Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-30 | [turner] keep video id intact | Remita Amine | |
2016-08-28 | [turner,nba,cnn,adultswim] add base extractor to parse cvp feeds | Remita Amine | |
2016-03-26 | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey M․ | |
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 #8974 | |||
2016-02-23 | [nba] Support channels (#5362, #4167) | Yen Chi Hsuan | |
2016-02-23 | [nba] Support non-video/ pages | Yen Chi Hsuan | |
Fixes #8589 | |||
2016-01-31 | [nba] Add ext for hls formats and fix test_NBA | Yen Chi Hsuan | |
2015-12-29 | Simplify formats accumulation for f4m/m3u8/smil formats | Sergey M․ | |
Now all _extract_*_formats routines return a list | |||
2015-12-05 | [nba] use int_or_none for tbr | remitamine | |
2015-12-05 | [nba] use int instead of int_or_none | remitamine | |
2015-12-05 | [nba] handle format info properly | remitamine | |
2015-12-04 | [nba] fix extraction errors | remitamine | |
2015-12-04 | [nba] use xpath utils | remitamine | |
2015-10-07 | [nba] add support for team subsites | remitamine | |
2015-10-07 | [nba] extract width,height and bitrate from format key | remitamine | |
2015-10-07 | [nba] skip Legacy Video Files | remitamine | |
2015-10-03 | [nba] extract video info from xml feed | remitamine | |
2015-10-03 | [nba] extract more formats | remitamine | |
2015-10-02 | [nba] extract all video formats and extract more info | remitamine | |
2015-05-22 | [nba] Fix duration extraction (fixes #5777) | Yen Chi Hsuan | |
2014-12-06 | [nba] Remove unused import | Philipp Hagemeister | |
2014-12-06 | [nba] Add test for #4387 | Philipp Hagemeister | |
2014-12-06 | [nba] Modernize | Philipp Hagemeister | |
2014-12-06 | [nba] Improve _VALID_URL regex (fixes #4387) | cryptonaut | |
Allows for optional trailing / or /index.html | |||
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-09-04 | [nba] Modernize | Sergey M․ | |
2014-03-29 | [nba] Modernize | Jaime Marquínez Ferrándiz | |
2014-01-29 | [nba] Simplify and use unicode_literals | Jaime Marquínez Ferrándiz | |
Remove the commented parts for extracting the upload date | |||
2013-07-12 | InfoExtractor: add some helper methods to extract OpenGraph info | Jaime Marquínez Ferrándiz | |
2013-06-27 | Move tests to the IE definitions | Philipp Hagemeister | |
2013-06-23 | Move NBA IE into its own file | Philipp Hagemeister | |