aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-19less clunky if statementfnord
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-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-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-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
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․
2015-07-18[francetv] Add support for embeds and clean up _VALID_URLSergey M․
2015-07-18[vk] Add age restricted video test for referenceSergey M․
2015-07-18[vk] Capture error messageSergey M․
2015-07-18[bliptv] Remove unused importSergey M․
2015-07-18[compat] Fix _asciireSergey M․
2015-07-18[vk:uservideos] Revert orderedSetSergey M․
2015-07-18[bilibili] Show georestriction errorSergey M․
2015-07-18[vk] Clarify extractor namesSergey M․
2015-07-18[vk:uservideos] Improve extractionSergey M․
2015-07-18[extractor/common] StyleSergey M․
2015-07-18release 2015.07.182015.07.18Philipp Hagemeister
2015-07-18[iqiyi] fix iqiyi (2015-07-17), update the md5 salt (enc_key) to iqiyi ↵sceext
latest (2015-07-17) flash player.
2015-07-18[nationalgeographics] Fix extraction (Closes #6262)Sergey M․
2015-07-18[twitch:stream] Clarify channel_id reassignment rationale (#6263)Sergey M․
2015-07-18[twitch:stream] Fix channel_id in different case (Closes #6263)Sergey M․
2015-07-18[videomega] Add shortcut to _VALID_URLSergey M․
2015-07-18[videomega] Add testsSergey M․
2015-07-18[videomega] Revert iframe URLSergey M․
2015-07-18[videomega] Extend _VALID_URL and improve extraction (Closes #6260)Sergey M․
2015-07-18Merge branch 'seamusphelan-sbs_website_changes'Sergey M․
2015-07-18[sbs] SimplifySergey M․
2015-07-18Merge branch 'sbs_website_changes' of ↵Sergey M․
https://github.com/seamusphelan/youtube-dl into seamusphelan-sbs_website_changes
2015-07-18[bliptv] Add test with missing durationSergey M․
2015-07-18[bliptv] Use xpath for extraction and fix testSergey M․
2015-07-18[compat] Fix missing _asciire on python 2.6Sergey M․
2015-07-18[veehd] Use compat_urllib_parse_unquoteSergey M․