Commit Graph

24 Commits (b6c33fd544adddf399a80842eb9a7d2250aa04b6)

Author SHA1 Message Date
Sergey M․ 7e5edcfd33 Simplify formats accumulation for f4m/m3u8/smil formats
Now all _extract_*_formats routines return a list
remitamine 51c4fec0d5 [nba] use int_or_none for tbr
remitamine 0017486dca [nba] use int instead of int_or_none
remitamine cb160dd531 [nba] handle format info properly
remitamine b80d4bebf3 [nba] fix extraction errors
remitamine 46cc1c65a4 [nba] use xpath utils
remitamine 6a11bb77ba [nba] add support for team subsites
remitamine ecf6de5b02 [nba] extract width,height and bitrate from format key
remitamine 139f27827e [nba] skip Legacy Video Files
remitamine c233e6bcc3 [nba] extract video info from xml feed
remitamine 28809ab07a [nba] extract more formats
remitamine 8fc226ef99 [nba] extract all video formats and extract more info
Yen Chi Hsuan 8a278a1d7e [nba] Fix duration extraction (fixes )
Philipp Hagemeister 7d70cf4157 [nba] Remove unused import
Philipp Hagemeister 6a3e0103bb [nba] Add test for
Philipp Hagemeister 0b5cc1983e [nba] Modernize
cryptonaut 1a9f8b1ad4 [nba] Improve _VALID_URL regex (fixes )
Allows for optional trailing / or /index.html
Jouke Waleson 5f6a1245ff PEP8 applied
Sergey M․ 7bbc6428b6 [nba] Modernize
Jaime Marquínez Ferrándiz 2ff7f8975e [nba] Modernize
Jaime Marquínez Ferrándiz 26a78d4bbf [nba] Simplify and use unicode_literals
Remove the commented parts for extracting the upload date
Jaime Marquínez Ferrándiz 46720279c2 InfoExtractor: add some helper methods to extract OpenGraph info
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister 5b286728de Move NBA IE into its own file