aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2015-07-22[lecture2go] Make optional fields non-fatalYen Chi Hsuan
2015-07-22[lecture2go] Add more metadata fieldsYen Chi Hsuan
2015-07-22[lecture2go] Update _TESTYen Chi Hsuan
2015-07-22[lecture2go] Support more formatsYen Chi Hsuan
2015-07-22[lecture2go] Improve some regular expressionsYen Chi Hsuan
2015-07-22Merge branch 'lecture2go' of https://github.com/nichdu/youtube-dl into ↵Yen Chi Hsuan
nichdu-lecture2go
2015-07-22[viewster] Strip titlesSergey M․
2015-07-22[viewster] Rewrite for new API (Closes #6317)Sergey M․
2015-07-21[snagfilms] Don't use '_' as a variable that is usedJaime Marquínez Ferrándiz
2015-07-21[snagfilms] Improve m3u8 extraction (Closes #6309)Sergey M․
2015-07-20[youtube] Extract start_timeJaime Marquínez Ferrándiz
From the 't=*' in the url. Currently youtube-dl doesn't use the value, but it was requested for the mpv plugin.
2015-07-20[youtube] Set 'is_live'Jaime Marquínez Ferrándiz
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-19[tagesschau] set description=None for empty descriptionsRoland Hieber
2015-07-19[tagesschau] add support for Bericht aus Berlin videosRoland Hieber
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-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-19[iqiyi] Remove unused importsYen Chi Hsuan