Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-06 | [pluralsight] Add support for widescreen videos (Closes #7766) | Sergey M․ | |
2015-12-05 | [nba] handle format info properly | remitamine | |
2015-12-05 | [metacafe] Fix age limit extraction | Jaime Marquínez Ferrándiz | |
2015-12-05 | [metacafe] Fix video url extraction (closes #7763) | Jaime Marquínez Ferrándiz | |
2015-12-05 | release 2015.12.052015.12.05 | Philipp Hagemeister | |
2015-12-05 | [hypem] Modernize | Sergey M․ | |
2015-12-05 | [hypem] Correctly handle cookies (Closes #7762) | Sergey M․ | |
2015-12-05 | [fc2] Fix test_FC2_1 | Yen Chi Hsuan | |
2015-12-05 | [keezmovies] Fix extraction | Yen Chi Hsuan | |
Also fixes #7752 | |||
2015-12-05 | [acast] change tests into more stable casts and work with channel extractor ↵ | remitamine | |
only if it didn't match cast regex | |||
2015-12-05 | [bbc] Fix test_BBC_6 | Yen Chi Hsuan | |
2015-12-05 | [bbc.co.uk] Skip removed test video | Yen Chi Hsuan | |
2015-12-05 | [bbc.co.uk] Fix test_BBCCoUk | Yen Chi Hsuan | |
This is similar to the one in #7756, So also fixes #7756. | |||
2015-12-05 | [trilulilu] handle errors | remitamine | |
2015-12-05 | [srf] Support audios (closes #7760) | Yen Chi Hsuan | |
2015-12-04 | [clipfish] improve extraction | remitamine | |
2015-12-04 | [skynewsarabia] fix extractor name | remitamine | |
2015-12-04 | [ooyala] fix duration scale | remitamine | |
2015-12-04 | [nba] fix extraction errors | remitamine | |
2015-12-04 | [clipfish] Remove unused import and style fix | Jaime Marquínez Ferrándiz | |
2015-12-04 | [mixcloud] Fix extraction of the audio url (fixes #7751) | Jaime Marquínez Ferrándiz | |
2015-12-04 | Merge pull request #7686 from remitamine/acast | remitamine | |
[acast] Add new extractor | |||
2015-12-04 | Merge pull request #7660 from remitamine/gameinformer | remitamine | |
[gameinformer] Add new extractor(closes #3376) | |||
2015-12-04 | Merge pull request #7320 from remitamine/adobetv | remitamine | |
[adobetv] improve extraction and add support specific language video,show and channel extraction | |||
2015-12-04 | [adobetv] use compat_str | remitamine | |
2015-12-04 | [adobetv] use a variable for api base url | remitamine | |
2015-12-04 | [gameinformer] split long line | remitamine | |
2015-12-04 | Merge pull request #7185 from remitamine/ooyala | remitamine | |
[ooyala] extract more formats and metadata | |||
2015-12-04 | Merge pull request #7326 from remitamine/clipfish | remitamine | |
[clipfish] improve info extraction | |||
2015-12-04 | [nba] improve(fixes #7068) | remitamine | |
* extract more formats * extract videos from team mini sites * extract more metadata | |||
2015-12-04 | [nba] use xpath utils | remitamine | |
2015-12-04 | [trilulilu] improve extraction | remitamine | |
2015-12-04 | [trilulilu] fix info extraction | remitamine | |
2015-12-03 | [bilibili] flake8 | remitamine | |
2015-12-03 | [audimedia] flake8 | remitamine | |
2015-12-03 | Merge pull request #7745 from remitamine/bilibili | remitamine | |
[bilibili] use xpath_text and catch errors in xml document | |||
2015-12-03 | [bilibili] use xpath_text and catch errors in xml document | remitamine | |
2015-12-03 | Merge pull request #7659 from remitamine/audimedia | remitamine | |
[audimedia] Add new extractor(closes #7654) | |||
2015-12-03 | Merge pull request #7210 from remitamine/bilibili | remitamine | |
[bilibili] fix info extraction(fixes #7182) | |||
2015-12-03 | Merge branch 'master' of https://github.com/rg3/youtube-dl into bilibili | remitamine | |
2015-12-04 | [beeg] Decrypt URL (Closes #7736) | Sergey M․ | |
2015-12-03 | Merge pull request #7681 from remitamine/skynewarabia | remitamine | |
[skynewsarabia] Add new extractor | |||
2015-12-03 | [beeg] Update API URL (Closes #7736) | Sergey M․ | |
2015-12-03 | [extractor/common] Clarify duration can be float | Sergey M․ | |
2015-12-03 | [bbc] Fix _VALID_URL | Sergey M․ | |
2015-12-03 | [gametrailers] Fix extraction (fixes #7722) | Jaime Marquínez Ferrándiz | |
They have stopped using the MTV system. | |||
2015-12-02 | [bbc] Extract _ID_REGEX and ad one more video id pattern (Closes #7724) | Sergey M․ | |
2015-12-02 | [udemy] Make lecture downloading fatal | Sergey M․ | |
2015-12-02 | [udemy] Remove unused import | Sergey M․ | |
2015-12-02 | [udemy] Semi-switch to api 2.0 (Closes #7704) | Sergey M․ | |
* Use api 2.0 to get lectures since it provides more formats * Fix authorization for api 2.0 * Autotry enrolling in the course for single lectures * Extract additional metadata rom asset['data']['outputs'] |