Commit Graph

28 Commits (56bd028a0f4b3809403d887012bb93bbc06296a5)

Author SHA1 Message Date
Sergey M․ 15707c7e02 [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode
All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode

Closes 
Yen Chi Hsuan 3cfeb1624a [nba] Support channels (, )
Yen Chi Hsuan 86a7dbe66e [nba] Support non-video/ pages
Fixes 
Yen Chi Hsuan db9b1dbcd9 [nba] Add ext for hls formats and fix test_NBA
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