aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-02release 2016.06.022016.06.02Sergey M․
2016-06-02[arte] Add support for playlists and rework tests (Closes #9632)Sergey M․
2016-06-01[spankwire] Add support for new URL format (Closes #9657)Sergey M․
2016-06-01[tf1] Fix a regular expression (closes #9656)Yen Chi Hsuan
This is a Python bug fixed in 2.7.6 [1] [1] https://github.com/rg3/youtube-dl/issues/9656#issuecomment-222968594
2016-06-01[generic] Update the UDNEmbed test caseYen Chi Hsuan
2016-06-01[udn] Fix m3u8 and f4m extraction as well as improveYen Chi Hsuan
2016-06-01[generic,viewlift] Move a test case to the specialized extractorYen Chi Hsuan
2016-06-01[generic] Improve Kaltura detectionYen Chi Hsuan
Closes #4004
2016-05-30[options] Add --limit-rate alias for rate limiting optionSergey M․
Closes #9644 In order to follow regular --verb-noun pattern and better conformity with wget and curl
2016-05-30[yandexmusic] Improve captcha detectionSergey M․
2016-05-30release 2016.05.30.22016.05.30.2Sergey M․
2016-05-30release 2016.05.30.12016.05.30.1Sergey M․
2016-05-29[travis] unsubscribe @phihagPhilipp Hagemeister
2016-05-30release 2016.05.302016.05.30Sergey M․
2016-05-30[README.md] Update c runtime dependency FAQ entrySergey M
2016-05-30[devscripts/buildserver] Listen on all interfacesSergey M․
2016-05-29[devscripts/release.sh] Allow passing buildserver address as cli optionSergey M․
2016-05-29[youku] Extract resolutionYen Chi Hsuan
2016-05-29[devscripts/release.sh] Check for wheelSergey M․
2016-05-29[devscripts/buildserver] Check Wow6432Node first when searching for pythonSergey M․
This allows building releases from 64bit OS
2016-05-29[Makefile] Fix youtube-dl.1 targetSergey M․
Now it accepts output filename as argument
2016-05-29[devscripts/prepare_manpage] Fix manpage generation on WindowsSergey M․
2016-05-29[buildserver] Fix buildserver and make python2 compatibleSergey M․
2016-05-29Merge pull request #9621 from venth/feature/ignored_intellijYen Chi Hsuan
ignored intellij related files
2016-05-28ignored intellij related filesventh
2016-05-29[Makefile] Cleanup m4a filesYen Chi Hsuan
[ci skip]
2016-05-29[.gitignore] Ignore mp3 filesYen Chi Hsuan
[ci skip]
2016-05-29[bilibili] Fix extraction, improve and cleanupYen Chi Hsuan
2016-05-28[udemy] Fix authentication for localized layout (Closes #9594)Sergey M․
2016-05-27[coub] Add another testSergey M․
2016-05-27[coub] Add extractor (Closes #9609)Sergey M․
2016-05-27[vk] Remove superfluous codeSergey M․
2016-05-27[extractor/common] Borrow quality metadata from parent set-level manifest ↵Sergey M․
for f4m
2016-05-27[downloader/f4m] Simply select format when it's the only oneSergey M․
2016-05-27[common] Fix m3u8 extraction in f4m manifestsYen Chi Hsuan
2016-05-26[tvp] Expand _VALID_URL and improve naming (Closes #9602)Sergey M․
2016-05-27[common] Fix non-bootstrapped support in f4mYen Chi Hsuan
2016-05-26[utils] Remove debugging codesYen Chi Hsuan
2016-05-26[dw] Support documentaries (closes #9475)Yen Chi Hsuan
2016-05-26[utils] Support a new form of dateYen Chi Hsuan
Found in dw.com (#9475)
2016-05-26[playwire] Add the test (closed #9531)Yen Chi Hsuan
2016-05-26[common] Support m3u8 in f4m manifestsYen Chi Hsuan
Related: #9531
2016-05-26[playwire] Use _extract_f4m_formatsYen Chi Hsuan
Related: #9531
2016-05-26[common] Support non-bootstraped streams in f4m manifestsYen Chi Hsuan
Related: #9531
2016-05-25[eporner] Make test only_matchingSergey M․
2016-05-25Merge pull request #9595 from Kagami/vlive-site-updateYen Chi Hsuan
[vlive] Address site update
2016-05-25Merge pull request #9600 from wankerer/masterYen Chi Hsuan
[eporner] fix for the new URL layout
2016-05-24[eporner] fix for the new URL layoutwankerer
Recently eporner slightly changed the URL layout, the ID that used to be digits only are now digits and letters, so youtube-dl falls back to the generic extractor that doesn't work. Fix the matching regex to allow letters in ID. [v2: added a test case]
2016-05-24[eyedotv] Add new extractor(closes #9582)remitamine
2016-05-24skip some tests to reduce test timeremitamine