aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-20[youtube] Fix upload_date in testJaime Marquínez Ferrándiz
2015-07-20Merge remote-tracking branch 'yan12125/download-dash-segments' (#5886)Jaime Marquínez Ferrándiz
2015-07-20[tumblr] Improve downloading notesYen Chi Hsuan
2015-07-20[tumblr] Delegate to GenericIE for non-tumblr videosYen Chi Hsuan
Fixes #6162
2015-07-20[extractor/generic] Support vid.me embedsYen Chi Hsuan
2015-07-20[twitch:stream] Improve _VALID_URL (Closes #6294)Sergey M․
2015-07-20[francetv] Improve _VALID_URLSergey M․
2015-07-19less clunky if statementfnord
2015-07-20[vice] ModernizeSergey M․
2015-07-20[vice] Make test only matchingSergey M․
2015-07-20[vice] Do not capture unused groups in _VALID_URLSergey M․
2015-07-20Merge pull request #6291 from atomicdryad/pr-fixviceSergey M.
fix/support news.vice.com
2015-07-20[ard:mediathek] Add test for direct mp4Sergey M․
2015-07-20[ard:mediathek] Remove dead testSergey M․
2015-07-20[ard:mediathek] Add audio testSergey M․
2015-07-20[sportschau] Reimplement in terms of ard extractorSergey M․
2015-07-19[ard] Extract all formatsSergey M․
2015-07-19pbs: fix vague 'Full Episode' titles; prepend name of showfnord
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-19fix/support news.vice.comfnord
2015-07-19[francetv] Remove unused importSergey M․
2015-07-19[francetv] Fix embed testSergey M․
2015-07-19[francetv] Update jt testSergey M․
2015-07-19[francetv] Fix f4m extraction completelySergey M․
2015-07-19[francetv] Restore support for jt videosSergey M․
2015-07-19[francetv] Fix f4m extractionSergey M․
2015-07-19[appleconnect] Add new extractor (fixes #6189)Zach Bruggeman
Closes #6190.
2015-07-19[sportschau] Improve title extractionJaime 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 testJaime Marquínez Ferrándiz
2015-07-19[sportschau] Add support for sportschau.deslangangular
Closes #6199.
2015-07-19[francetv] Remove unused importJaime Marquínez Ferrándiz
2015-07-19[iqiyi] Add skip_download to reduce network trafficYen Chi Hsuan
MD5 checksums are commented out in 36068ae019138710a3023334db2241ec815e2fe6, and actual downloads are not necessary anymore.
2015-07-19Credit @sceext2 for fixing iQiyi extractor (#6266)Yen Chi Hsuan
2015-07-19[tagesschau] set description=None for empty descriptionsRoland Hieber
2015-07-19[tagesschau] add support for Bericht aus Berlin videosRoland Hieber
2015-07-19Merge pull request #6283 from rohieb/patch/fix-tagesschau-testsSergey M.
[tagesschau] fix test which links to nonexisting video
2015-07-19[tagesschau] fix test which links to nonexisting videoRoland Hieber
2015-07-19[tagesschau] add support for more video typesRoland 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 inforemitamine
2015-07-18[shahid] fix backets closingremitamine
2015-07-18[shahid] raise ExtractorError instead of warningremitamine
2015-07-18[shahid] Add new extractorremitamine
2015-07-19Merge branch 'sceext2-fix-iqiyi-2015-07-17'Yen Chi Hsuan
2015-07-19[iqiyi] Comment out some MD5 sumsYen Chi Hsuan
The value is different on Travis CI server
2015-07-18remove unnecessary group nameremitamine
2015-07-18[dcn] Add new extractorremitamine
2015-07-19[iqiyi] Remove unused importsYen Chi Hsuan
2015-07-19Merge 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 embedsSergey M․
2015-07-18[francetv] Fix duration extractionSergey M․