aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2015-07-24[clipfish] extract mp4 video linkremitamine
2015-07-23NationalGeographic._VALID_URL: work site-widefnord
Closes #6343.
2015-07-23[viki] Rewrite dict selection codesYen Chi Hsuan
2015-07-23[viki] Fix description extraction (closes #6339)Yen Chi Hsuan
2015-07-22[generic] Unescape HTML escape sequences in redirect urls (fixes #6311)Jaime Marquínez Ferrándiz
2015-07-22[youtube] Don't use the DASH manifest from 'get_video_info' if ↵Jaime Marquínez Ferrándiz
'use_cipher_signature' is True (#5118) Currently they give a 403 Forbidden error.
2015-07-22[tagesschau] Remove unused importJaime Marquínez Ferrándiz
2015-07-23[prosiebensat1] ModernizeSergey M․
2015-07-23[prosiebensat1] Recognize DRM protected videos (#6334)Sergey M․
2015-07-23[viki] Fix height (Closes #6333)Sergey M․
2015-07-23[tagesschau] Improve testsSergey M․
2015-07-23[tagesschau] Add support for audioSergey M․
2015-07-23[tagesschau] Relax _VALID_URL and simplifySergey M․
2015-07-23Merge branch 'patch/enhance-tagesschau-regex' of ↵Sergey M․
https://github.com/rohieb/youtube-dl into rohieb-patch/enhance-tagesschau-regex
2015-07-22[pbs] No need to escape colonSergey M․
2015-07-22[pbs] Clean up title construction rationaleSergey M․
2015-07-22Merge pull request #6292 from atomicdryad/pr-fix_pbs_titlesSergey M.
pbs: fix vague 'Full Episode' titles; prepend name of show
2015-07-22[udemy] Handle already-logged-in scenario (Closes #6327)Sergey M․
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] 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․