summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [eagleplatform] Checking direct HTTP linksYen Chi Hsuan2016-04-252-2/+7
| | | | Sometimes they fail with 404
* [mitele] Comment out unstable MD5Yen Chi Hsuan2016-04-251-3/+3
| | | | Also Akamai f4f fragments
* [nrk] Comment out unstable MD5 checksumsYen Chi Hsuan2016-04-251-2/+2
| | | | Both are Akamai f4f fragments.
* [unistra] Sort formatsYen Chi Hsuan2016-04-251-0/+1
| | | | | Originally URLs are passed to set() and not sorted, so the result is not deterministic, causing occasional FAILs on Travis CI.
* Merge branch 'remitamine-akamai_pv'Yen Chi Hsuan2016-04-251-0/+7
|\
| * Merge branch 'akamai_pv' of https://github.com/remitamine/youtube-dl into ↵Yen Chi Hsuan2016-04-251-0/+7
|/| | | | | | | remitamine-akamai_pv
| * [extractor/common] do not process f4m manifest that contain akamai ↵remitamine2016-04-251-0/+7
| | | | | | | | playerVerificationChallenge
* | [openload] Make thumbnail optionalSergey M․2016-04-251-1/+1
| |
* | [openload] Add testSergey M․2016-04-251-0/+5
| |
* | [openload] Fix ext extractionSergey M․2016-04-251-1/+11
| |
* | [utils] Allow None mimetypes in mimetype2extSergey M․2016-04-251-0/+3
| |
* | [openload] Fix title extraction (Closes #9298)Sergey M․2016-04-251-1/+6
| |
* | [douyutv] Improve extraction and update testsYen Chi Hsuan2016-04-241-10/+25
| | | | | | | | The JSON API sometimes return HTML pages with errors
* | [xminus] Fix extraction (closes #9228)Yen Chi Hsuan2016-04-241-21/+24
| |
* | release 2016.04.24Philipp Hagemeister2016-04-244-9/+12
| |
* | [kwuo:song] Fix extraction and update the testYen Chi Hsuan2016-04-241-6/+6
| |
* | [viewster] improve http formats extractionremitamine2016-04-241-15/+20
| |
* | [kuwo:category] Fix the testYen Chi Hsuan2016-04-241-1/+1
| | | | | | | | Sometimes there are 24 songs and sometimes 30 lol
* | [ThePlatform] Fix tests failed since 79ba9140dc8fcf5883b7473596e8f20cba6b479fYen Chi Hsuan2016-04-245-0/+25
| |
* | [onionstudios] Fix description extractionYen Chi Hsuan2016-04-241-1/+1
| | | | | | | | | | \1 does not work in []. Fixes test_Generic_75 (http://www.clickhole.com/video/dont-understand-bitcoin-man-will-mumble-explanatio-2537)
* | [mwave] Skip checking unstable MD5Yen Chi Hsuan2016-04-241-1/+1
| | | | | | | | | | | | | | 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
* | [yahoo] Improve error detection and update testsYen Chi Hsuan2016-04-241-6/+10
| |
* | [yahoo] Extract all <iframe>sYen Chi Hsuan2016-04-241-11/+30
| | | | | | | | | | | | Fixes test_yahoo_6 (https://ca.finance.yahoo.com/news/hackers-sony-more-trouble-well-154609075.html)
* | [yahoo] Update some testsYen Chi Hsuan2016-04-241-4/+7
| | | | | | | | | | One has new fields as ThePlatformIE changed, and others have changed files.
* | [yahoo] Extend _VALID_URL and fix extractionYen Chi Hsuan2016-04-241-2/+13
| | | | | | | | Closes #9271
* | [generic] Unescape the video URLYen Chi Hsuan2016-04-241-0/+1
| | | | | | | | Fixes #9279
* | [README.md] Document track metafields in output templateSergey M2016-04-241-0/+12
| |
* | [viewster] simplify qualities_basename regexremitamine2016-04-241-1/+1
| |
* | [viewster] extract all http formatsremitamine2016-04-241-12/+24
| |
* | [dplay] Sign unsigned final download hls URLsSergey M․2016-04-231-8/+18
| |
* | [dplay] Extract subtitles (Closes #9284)Sergey M․2016-04-231-0/+8
| |
* | [dplay] Improve extraction and document workarounds and testsSergey M․2016-04-231-1/+10
| |
* | [dplay] Try secure api for no tld (Closes #9282)Sergey M․2016-04-231-1/+1
| |
* | [nhl] Add new extractor(closes #8419)(closes #8798)remitamine2016-04-222-7/+96
| |
* | [youku] Skip streams with channel_type=tailYen Chi Hsuan2016-04-231-0/+14
| | | | | | | | | | | | | | Fixes #9275 These video segments look like ads and they don't appear in the web player.
* | [nbc] add support for today.com(closes #2909)remitamine2016-04-221-5/+19
| |
* | [iqiyi] Improve error detection (#9276)Yen Chi Hsuan2016-04-231-7/+18
| |
* | [eagleplatform] extract all http formatsremitamine2016-04-222-8/+19
| |
* | [newstube] extract http formats(closes #9253)remitamine2016-04-221-9/+34
| |
* | [rtbf] improve extraction(fixes #9267)remitamine2016-04-211-17/+45
| |
* | [tubitv] fix extraction(closes #8741)remitamine2016-04-211-24/+29
| |
* | [vimeo] Pass Referer for check-password requestSergey M․2016-04-221-2/+2
| |
* | [dump] Remove extractorSergey M․2016-04-212-40/+0
| |
* | Add --hls-prefer-ffmpegSergey M․2016-04-213-3/+12
| |
* | [planetaplay] Remove remainings of extractorSergey M․2016-04-211-1/+0
| |
* | [options] Remove experimental mark for --hls-prefer-nativeSergey M․2016-04-211-1/+1
| |
* | [planetaplay] Remove extractor (Closes #9256)Sergey M․2016-04-211-61/+0
| |
* | [tvigle] Skip hls completely (#9259)Sergey M․2016-04-211-2/+2
| |
* | [mgtv] Fix _VALID_URL and add localized nameYen Chi Hsuan2016-04-221-1/+2
| |
* | [dispeak] Rename DigitalSpeaking to DigitallySpeakingYen Chi Hsuan2016-04-224-4/+4
| |