aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
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[viewster] simplify qualities_basename regexremitamine
2016-04-24[viewster] extract all http formatsremitamine
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-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․
2016-04-21[planetaplay] Remove extractor (Closes #9256)Sergey M․
2016-04-21[tvigle] Skip hls completely (#9259)Sergey M․
2016-04-22[mgtv] Fix _VALID_URL and add localized nameYen Chi Hsuan
2016-04-22[dispeak] Rename DigitalSpeaking to DigitallySpeakingYen Chi Hsuan
2016-04-22[dispeak] Several fixesYen Chi Hsuan
2016-04-21Merge pull request #9110 from remitamine/parse_durationSergey M
[utils] imporove parse_duration to handle more formats
2016-04-21[utils] imporove parse_duration to handle more formatsremitamine
2016-04-21[mgtv] Add new extractor (closes #9212)Yen Chi Hsuan
2016-04-21[dispeak/gdcvault] Add the test case from #5784Yen Chi Hsuan
2016-04-21[dispeak] Add new extractorYen Chi Hsuan
Both GDCVault and GPUTechConf uses the service of DigitalSpeaking.
2016-04-21[gdcvault] Fix for videos with hard-coded hostnamesYen Chi Hsuan
Fixes #9248
2016-04-21[streetvoice] Fix extractionYen Chi Hsuan
The old API results in URLs with HTTP 403 from time to time. Hopefully fixes #9219.
2016-04-21[extractor/common] Allow empty post dataYen Chi Hsuan
2016-04-20[tvigle] Fix extraction (Closes #9259)Sergey M․
2016-04-20[quickvid] Remove extractor (Closes #9258)Sergey M․
2016-04-20[youtube] Capture and output login error messageSergey M․
2016-04-20[people] Remove bogus commentSergey M․
2016-04-20[people] Add extractorSergey M․
2016-04-19release 2016.04.192016.04.19Philipp Hagemeister
2016-04-18[vimeo] Improve _VALID_URL (Closes #9229)Sergey M․
2016-04-17[theonion] Remove extractor (Closes #9220)Sergey M․
It now uses generic onionstudios embed
2016-04-17[youtube:playlist] Fetch all the videos in a mix (fixes #3837)Jaime Marquínez Ferrándiz
Since there doesn't seem to be any indication, it stops when there aren't new videos in the webpage.
2016-04-17[vice] remove unused import and variableremitamine