aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-25[muzu] Remove extractorYen Chi Hsuan
MUZU is shutting down in October 2015. [1] [1] http://www.musicbusinessworldwide.com/youtube-rival-muzu-is-heading-into-liquidation/
2016-04-25[eagleplatform] Checking direct HTTP linksYen Chi Hsuan
Sometimes they fail with 404
2016-04-25[mitele] Comment out unstable MD5Yen Chi Hsuan
Also Akamai f4f fragments
2016-04-25[nrk] Comment out unstable MD5 checksumsYen Chi Hsuan
Both are Akamai f4f fragments.
2016-04-25[unistra] Sort formatsYen Chi Hsuan
Originally URLs are passed to set() and not sorted, so the result is not deterministic, causing occasional FAILs on Travis CI.
2016-04-25Merge branch 'remitamine-akamai_pv'Yen Chi Hsuan
2016-04-25Merge branch 'akamai_pv' of https://github.com/remitamine/youtube-dl into ↵Yen Chi Hsuan
remitamine-akamai_pv
2016-04-25[extractor/common] do not process f4m manifest that contain akamai ↵remitamine
playerVerificationChallenge
2016-04-25[openload] Make thumbnail optionalSergey M․
2016-04-25[openload] Add testSergey M․
2016-04-25[openload] Fix ext extractionSergey M․
2016-04-25[utils] Allow None mimetypes in mimetype2extSergey M․
2016-04-25[openload] Fix title extraction (Closes #9298)Sergey M․
2016-04-24[douyutv] Improve extraction and update testsYen Chi Hsuan
The JSON API sometimes return HTML pages with errors
2016-04-24[xminus] Fix extraction (closes #9228)Yen Chi Hsuan
2016-04-24release 2016.04.242016.04.24Philipp Hagemeister
2016-04-24[kwuo:song] Fix extraction and update the testYen Chi Hsuan
2016-04-24[viewster] improve http formats extractionremitamine
2016-04-24[kuwo:category] Fix the testYen Chi Hsuan
Sometimes there are 24 songs and sometimes 30 lol
2016-04-24[ThePlatform] Fix tests failed since 79ba9140dc8fcf5883b7473596e8f20cba6b479fYen Chi Hsuan
2016-04-24[onionstudios] Fix description extractionYen Chi Hsuan
\1 does not work in []. Fixes test_Generic_75 (http://www.clickhole.com/video/dont-understand-bitcoin-man-will-mumble-explanatio-2537)
2016-04-24[mwave] Skip checking unstable MD5Yen Chi Hsuan
On my PC the checksum is 02eda6d09fb63131a17a8d44e6237463, while a recent Travis CI build (https://travis-ci.org/rg3/youtube-dl/jobs/125341081) shows it's c930e27b7720aaa3c9d0018dfc8ff6cc
2016-04-24[yahoo] Improve error detection and update testsYen Chi Hsuan
2016-04-24[yahoo] Extract all <iframe>sYen Chi Hsuan
Fixes test_yahoo_6 (https://ca.finance.yahoo.com/news/hackers-sony-more-trouble-well-154609075.html)
2016-04-24[yahoo] Update some testsYen Chi Hsuan
One has new fields as ThePlatformIE changed, and others have changed files.
2016-04-24[yahoo] Extend _VALID_URL and fix extractionYen Chi Hsuan
Closes #9271
2016-04-24[generic] Unescape the video URLYen Chi Hsuan
Fixes #9279
2016-04-24[README.md] Document track metafields in output templateSergey M
2016-04-24[viewster] simplify qualities_basename regexremitamine
2016-04-24[viewster] extract all http formatsremitamine
2016-04-24[ffmpeg] Fix embedding subtitles (#9063)Wang Jun Tham
Changed command line parameters for ffmpeg when embedding subtitles. Changed to ‘-map 0:v -c:v copy -map 0:a -c:a copy’
2016-04-23[dplay] Sign unsigned final download hls URLsSergey M․
2016-04-23[dplay] Extract subtitles (Closes #9284)Sergey M․
2016-04-23[dplay] Improve extraction and document workarounds and testsSergey M․
2016-04-23[dplay] Try secure api for no tld (Closes #9282)Sergey M․
2016-04-23[WDRMaus] switch current show to new WDR extractor (fixes #8562)Boris Wachtmeister
It seems that the "current show" already uses the new WDR video-player, while all the others videos still use the old player. I just added the current show URL to the normal WDR-extractor, which works fine. This commit needs my changes from PR #8842 that fix the support for WDR.
2016-04-23[WDR] complete overhaul after relaunch of the siteBoris Wachtmeister
The WDR relaunched their site on 2016-02-23 which not only changed the URL-schema completely but also the layout of their pages. Apparently the whole "mediathek" now runs on the wdr-domain, so no separate URL for funkhauseuropa anymore. There seems to be no explicit handling of video-sizes on the page or in the URLs anymore. There seems to be only one size for HTML5, but still several sizes for flash. The extractor adds all to the list of formats. There is no metadata for the HTML5-stream, so that the best flash-stream will always be considered as the "best" format. At least in my tests this seemed to be true anyway.
2016-04-22[nhl] Add new extractor(closes #8419)(closes #8798)remitamine
2016-04-23[youku] Skip streams with channel_type=tailYen Chi Hsuan
Fixes #9275 These video segments look like ads and they don't appear in the web player.
2016-04-22[nbc] add support for today.com(closes #2909)remitamine
2016-04-23[iqiyi] Improve error detection (#9276)Yen Chi Hsuan
2016-04-22[eagleplatform] extract all http formatsremitamine
2016-04-22[newstube] extract http formats(closes #9253)remitamine
2016-04-21[rtbf] improve extraction(fixes #9267)remitamine
2016-04-21[tubitv] fix extraction(closes #8741)remitamine
2016-04-22[vimeo] Pass Referer for check-password requestSergey M․
2016-04-21[dump] Remove extractorSergey M․
2016-04-21Add --hls-prefer-ffmpegSergey M․
2016-04-21[planetaplay] Remove remainings of extractorSergey M․
2016-04-21[options] Remove experimental mark for --hls-prefer-nativeSergey M․