Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-20 | [youtube] Fix upload_date in test | Jaime Marquínez Ferrándiz | |
2015-07-20 | Merge remote-tracking branch 'yan12125/download-dash-segments' (#5886) | Jaime Marquínez Ferrándiz | |
2015-07-20 | [tumblr] Improve downloading notes | Yen Chi Hsuan | |
2015-07-20 | [tumblr] Delegate to GenericIE for non-tumblr videos | Yen Chi Hsuan | |
Fixes #6162 | |||
2015-07-20 | [extractor/generic] Support vid.me embeds | Yen Chi Hsuan | |
2015-07-20 | [twitch:stream] Improve _VALID_URL (Closes #6294) | Sergey M․ | |
2015-07-20 | [francetv] Improve _VALID_URL | Sergey M․ | |
2015-07-19 | less clunky if statement | fnord | |
2015-07-20 | [vice] Modernize | Sergey M․ | |
2015-07-20 | [vice] Make test only matching | Sergey M․ | |
2015-07-20 | [vice] Do not capture unused groups in _VALID_URL | Sergey M․ | |
2015-07-20 | Merge pull request #6291 from atomicdryad/pr-fixvice | Sergey M. | |
fix/support news.vice.com | |||
2015-07-20 | [ard:mediathek] Add test for direct mp4 | Sergey M․ | |
2015-07-20 | [ard:mediathek] Remove dead test | Sergey M․ | |
2015-07-20 | [ard:mediathek] Add audio test | Sergey M․ | |
2015-07-20 | [sportschau] Reimplement in terms of ard extractor | Sergey M․ | |
2015-07-19 | [ard] Extract all formats | Sergey M․ | |
2015-07-19 | pbs: fix vague 'Full Episode' titles; prepend name of show | fnord | |
Many videos are given the title 'Full Episode' or 'Episode x', etc; in the info json 'title' is the episode title (for oneshots this is 'Full Episode') while the program name is 'program':{'title'. This changes the title from '(episode title)' to '(program name) - (episode title)' The following urls demonstrate useless titles http://video.pbs.org/video/2365367186/ http://video.pbs.org/video/2365519307/ http://video.pbs.org/video/2365527039/ http://video.pbs.org/video/2365530605/ Before change Full Episode Episode 5 | Preview Season 3 | Episode 4 Preview July 17, 2015 After change To Catch A Comet - Full Episode The Crimson Field - Episode 5 | Preview Last Tango in Halifax - Season 3 | Episode 4 Preview Charlie Rose The Week - July 17, 2015 | |||
2015-07-19 | fix/support news.vice.com | fnord | |
2015-07-19 | [francetv] Remove unused import | Sergey M․ | |
2015-07-19 | [francetv] Fix embed test | Sergey M․ | |
2015-07-19 | [francetv] Update jt test | Sergey M․ | |
2015-07-19 | [francetv] Fix f4m extraction completely | Sergey M․ | |
2015-07-19 | [francetv] Restore support for jt videos | Sergey M․ | |
2015-07-19 | [francetv] Fix f4m extraction | Sergey M․ | |
2015-07-19 | [appleconnect] Add new extractor (fixes #6189) | Zach Bruggeman | |
Closes #6190. | |||
2015-07-19 | [sportschau] Improve title extraction | Jaime Marquínez Ferrándiz | |
The html '<title>' ends with '- sportschau.de', which shouldn't be part of the title. | |||
2015-07-19 | [sportschau] skip download in test | Jaime Marquínez Ferrándiz | |
2015-07-19 | [sportschau] Add support for sportschau.de | slangangular | |
Closes #6199. | |||
2015-07-19 | [francetv] Remove unused import | Jaime Marquínez Ferrándiz | |
2015-07-19 | [iqiyi] Add skip_download to reduce network traffic | Yen Chi Hsuan | |
MD5 checksums are commented out in 36068ae019138710a3023334db2241ec815e2fe6, and actual downloads are not necessary anymore. | |||
2015-07-19 | Credit @sceext2 for fixing iQiyi extractor (#6266) | Yen Chi Hsuan | |
2015-07-19 | [tagesschau] set description=None for empty descriptions | Roland Hieber | |
2015-07-19 | [tagesschau] add support for Bericht aus Berlin videos | Roland Hieber | |
2015-07-19 | Merge pull request #6283 from rohieb/patch/fix-tagesschau-tests | Sergey M. | |
[tagesschau] fix test which links to nonexisting video | |||
2015-07-19 | [tagesschau] fix test which links to nonexisting video | Roland Hieber | |
2015-07-19 | [tagesschau] add support for more video types | Roland Hieber | |
I found that currently only tagesschau videos are played. There are some more shows hosted on tagesschau.de (see [0] for example) which are easily playable by adjusting the regex. So this patch adds support for: * tagesthemen * tagesschau vor 20 Jahren * tagesschau (mit Gebärdensprache) * nachtmagazin Note that some videos don't provide a description, so in order for the tests to succeed, an ExtractorError needs to get caught. [0]: http://www.tagesschau.de/multimedia/video/videoarchiv2~_date-20150714.html | |||
2015-07-18 | [shahid] don't fail on missing info | remitamine | |
2015-07-18 | [shahid] fix backets closing | remitamine | |
2015-07-18 | [shahid] raise ExtractorError instead of warning | remitamine | |
2015-07-18 | [shahid] Add new extractor | remitamine | |
2015-07-19 | Merge branch 'sceext2-fix-iqiyi-2015-07-17' | Yen Chi Hsuan | |
2015-07-19 | [iqiyi] Comment out some MD5 sums | Yen Chi Hsuan | |
The value is different on Travis CI server | |||
2015-07-18 | remove unnecessary group name | remitamine | |
2015-07-18 | [dcn] Add new extractor | remitamine | |
2015-07-19 | [iqiyi] Remove unused imports | Yen Chi Hsuan | |
2015-07-19 | Merge branch 'fix-iqiyi-2015-07-17' of https://github.com/sceext2/youtube_dl ↵ | Yen Chi Hsuan | |
into sceext2-fix-iqiyi-2015-07-17 | |||
2015-07-19 | [rtlnl] Avoid episodes completely (Closes #6275) | Sergey M․ | |
2015-07-18 | [extractor/generic] Add support for francetv embeds | Sergey M․ | |
2015-07-18 | [francetv] Fix duration extraction | Sergey M․ | |