aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2015-05-30Merge branch 'ping-soompi'Sergey M․
2015-05-30[crunchyroll] Fix python 3.2Sergey M․
2015-05-30[soompi] Improve and simplifySergey M․
2015-05-30[crunchyroll] Extract subtitles extraction routineSergey M․
2015-05-30[tube8] fix extractor (fixes #5846)pulpe
2015-05-30[spiegeltv] Changed RTMP server (fixes #5788 and fixes #5843)Yen Chi Hsuan
Thanks to @brickleroux for finding out the problem
2015-05-29[postprocessor/embedthumbnail] embed mp4 too (fixes #5840)pulpe
2015-05-29release 2015.05.292015.05.29Philipp Hagemeister
2015-05-29[senate] Extend _VALID_URL (fixes #5836)Yen Chi Hsuan
2015-05-29[porn91] the one that _search_regex returns not needs to be checkedPeterDing
2015-05-28Merge branch 'soompi' of https://github.com/ping/youtube-dl into ping-soompiSergey M․
2015-05-28[nowtv] Add test for rtlnitroSergey M․
2015-05-28[nowtv] Do not request unnecessary metadataSergey M․
2015-05-27[nowtv] Add non-free video checkSergey M․
2015-05-28[porn91] change re to _search_regexPeterDing
2015-05-27Merge branch 'akirk-nowtv'Sergey M․
2015-05-27[nowtv] Improve and simplifySergey M․
2015-05-28[porn91] Add new extractor for 91porn.comPeterDing
2015-05-27[facebook] Improve title regex (Closes #5816)Sergey M․
2015-05-27[teamcoco] Use determine_ext to determine the video typeYen Chi Hsuan
Some videos does not contain a 'type' field (#5798)
2015-05-27[naver] Fix video url (fixes #5809)Yen Chi Hsuan
RTMP urls in test:naver does not work. Need more investigation.
2015-05-27[naver] Enhanced error detectionYen Chi Hsuan
2015-05-27[bilibili] Catch API call failuresYen Chi Hsuan
JSON are returned in a failed API call
2015-05-27[bilibili] Skip assertion if HQ videos not availableYen Chi Hsuan
2015-05-27[spankwire] Do not modify aes key stringSergey M․
2015-05-27[pornhub] Do not modify aes key string (Closes #5824)Sergey M․
2015-05-26[dailymotion:user] Fix _VALID_URLSergey M․
2015-05-26[dailymotion:user] Process user home as user (Closes #5823)Sergey M․
2015-05-26Remove Firedrive and Sockshare importsNaglis Jonaitis
Oops
2015-05-26[firedrive] Remove extractor (Closes #3870)Naglis Jonaitis
Haywire since last October.
2015-05-26[sockshare] Remove extractorNaglis Jonaitis
Haywire since last October.
2015-05-26[cinemassacre] Support an alternative form of screenwavemedia URLYen Chi Hsuan
fixes #5821
2015-05-26[facebook] Move the title extraction warning below (fixes #5820)Yen Chi Hsuan
2015-05-26[tf1] Extend _VALID_URL (fixes #5819)Yen Chi Hsuan
2015-05-25rtlnow is now hosted at nowtv.deAlexander Kirk
2015-05-25[odnoklassniki] Make URL explicitSergey M․
2015-05-25[odnoklassniki] Support extraction from metadata URL (Closes #5813)Sergey M․
2015-05-24[tenplay] Fix formats and modernize (Closes #5806)Sergey M?
2015-05-24[arte] Remove unused importJaime Marquínez Ferrándiz
2015-05-24Merge pull request #5780 from jaimeMF/remove-nondashSergey M.
[youtube] Remove the nondash formats (fixes #5774)
2015-05-24[youtube] Remove the nondash formats (fixes #5774)Jaime Marquínez Ferrándiz
Since we use fixed values for some fields like width and height they can be wrong, and would get picked by some formats filters. For example for https://www.youtube.com/watch?v=EQCrhbBxsjA the biggest height is 720 and for nondash formats it's set to 1440, so -f 'bestvideo[height>=1200]+bestaudio' would incorrectly pick the nondash format, instead it should report that the requested format is not available.
2015-05-24[arte:future] Switch to `search_regex` for now (Closes #5801)Sergey M․
2015-05-24[rtbf] Fix extraction (Closes #5803)Sergey M․
2015-05-24[karrierevideos] Improve and simplifySergey M․
2015-05-24Merge branch 'karrierevideos' of https://github.com/misterhat/youtube-dl ↵Sergey M․
into misterhat-karrierevideos
2015-05-24[empflix] Relax _VALID_URLSergey M․
2015-05-24[tnaflix] Do not capture `cat_id`Sergey M․
2015-05-24Merge pull request #5772 from frenchy1983/fix_tnaflix_regexSergey M.
[TNAFlix] Allow dot (and more) in cat_id and display_id
2015-05-24[YoutubeDL] Initialize `files_to_delete` (Closes #5797)Sergey M․
2015-05-24[drtv] Improve extraction (Closes #5792)Sergey M?