aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-28Credit @ossi96 for dhm (#5305)Sergey M․
2015-03-28Merge branch 'ossi96-dhm'Sergey M․
2015-03-28[dhm] SimplifySergey M․
2015-03-28Merge branch 'dhm' of https://github.com/ossi96/youtube-dl into ossi96-dhmSergey M․
2015-03-28[nbc] Recognize https urls (fixes #5300)Jaime Marquínez Ferrándiz
2015-03-28[DHM] Add extractor descriptionOskar Jauch
2015-03-28[DHM] Add new extractorOskar Jauch
2015-03-28release 2015.03.282015.03.28Philipp Hagemeister
2015-03-28Default to continuedl=TruePhilipp Hagemeister
We already do this in the CLI interface, so it should be just fine.
2015-03-27Makefile: fix 'find' commandJaime Marquínez Ferrándiz
It worked with the GNU version, but not with the BSD version.
2015-03-27Don't use bare 'except:'Jaime Marquínez Ferrándiz
They catch any exception, including KeyboardInterrupt, we don't want to catch it.
2015-03-26[eroprofile] Add login support (#5269)Naglis Jonaitis
2015-03-27[vimeo] Capture and output error message (#5294)Sergey M․
2015-03-26[youtube:watchlater] Remove unused properties and fix testsJaime Marquínez Ferrándiz
2015-03-26[vessel] Fix pep8 issueJaime Marquínez Ferrándiz
2015-03-26Merge branch 'zx8-master'Sergey M․
2015-03-26[safari] Improve and simplifySergey M․
2015-03-26Merge branch 'master' of https://github.com/zx8/youtube-dl into zx8-masterSergey M․
2015-03-26[vessel] Add new extractor (Closes #5275)Naglis Jonaitis
2015-03-26[slideshare] Fix extraction (#5279)Naglis Jonaitis
2015-03-26[youtube] Clarify some IE_NAMEsSergey M․
2015-03-26[youtube:watchlater] Extract watchlater as playlist (Closes #5280)Sergey M․
2015-03-26[utils] Escape all HTML entities written in hexadecimal formNaglis Jonaitis
2015-03-26[teamcoco] Fix extractionNaglis Jonaitis
2015-03-25Credit @amishb for 22tracks (#5276)Sergey M․
2015-03-25[22tracks] Improve and simplifySergey M․
2015-03-25Updated init to add 22tracksAmish Bhadeshia
2015-03-25[22Tracks] Add new extractorAmish Bhadeshia
Conflicts: youtube_dl/extractor/__init__.py
2015-03-25[redtube] Fix testSergey M․
2015-03-25[redtube] Capture and output removed video message (#5281)Sergey M․
2015-03-24release 2015.03.242015.03.24Philipp Hagemeister
2015-03-24[options] Handle special characters in argv (Fixes #5157)Philipp Hagemeister
2015-03-23[npo] Skip broken URL links (Closes #5266)Sergey M․
2015-03-23[mlb] Improve _VALID_URL (Closes #5260)Sergey M․
2015-03-22[safari] Add safaribooksonline extractorzx8
2015-03-22[twitch] Only match digits for the video idJaime Marquínez Ferrándiz
Urls can also contain contain a query (for example a timestamp '?t=foo')
2015-03-22[test/aes] Test aes_decrypt_text with 256 bitJaime Marquínez Ferrándiz
2015-03-22[lybsyn] pep8: add space around operatorJaime Marquínez Ferrándiz
2015-03-22Merge branch 'fstirlitz-the-daily-show-podcast'Sergey M․
2015-03-22[comedycentral] Remove unused importSergey M․
2015-03-22[comedycentral] Drop thedailyshow podcast extractorSergey M․
Generic extractor is just fine for Libsyn embeds
2015-03-22[extractor/generic] Add test for Libsyn embedSergey M․
2015-03-22[extractor/generic] Support Libsyn embedsSergey M․
2015-03-22[libsyn] Fix extractor alphabetic orderSergey M․
2015-03-22[libsyn] Improve and simplifySergey M․
2015-03-22Merge branch 'the-daily-show-podcast' of ↵Sergey M․
https://github.com/fstirlitz/youtube-dl into fstirlitz-the-daily-show-podcast
2015-03-21[nrk:playlist] Relax video id regex and improve _VALID_URLSergey M․
2015-03-21[test/utils] Test xpath_textJaime Marquínez Ferrándiz
2015-03-21[nrk:playlist] Restrict _VALID_URLJaime Marquínez Ferrándiz
It would also match /videos/PS... urls
2015-03-21[nrk:playlist] Add extractor (Closes #5245)Sergey M․