summaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | [DHM] Add new extractorOskar Jauch2015-03-282-0/+53
| | | | | |
* | | | | | [nbc] Recognize https urls (fixes #5300)Jaime Marquínez Ferrándiz2015-03-281-1/+1
|/ / / / /
* | | | | release 2015.03.28Philipp Hagemeister2015-03-281-1/+1
| | | | |
* | | | | Default to continuedl=TruePhilipp Hagemeister2015-03-283-3/+3
| | | | | | | | | | | | | | | | | | | | We already do this in the CLI interface, so it should be just fine.
* | | | | Don't use bare 'except:'Jaime Marquínez Ferrándiz2015-03-277-18/+15
| | | | | | | | | | | | | | | | | | | | They catch any exception, including KeyboardInterrupt, we don't want to catch it.
* | | | | [eroprofile] Add login support (#5269)Naglis Jonaitis2015-03-261-2/+50
| | | | |
* | | | | [vimeo] Capture and output error message (#5294)Sergey M․2015-03-271-0/+10
| | | | |
* | | | | [youtube:watchlater] Remove unused properties and fix testsJaime Marquínez Ferrándiz2015-03-261-3/+2
| | | | |
* | | | | [vessel] Fix pep8 issueJaime Marquínez Ferrándiz2015-03-261-1/+1
| | | | |
* | | | | [safari] Improve and simplifySergey M․2015-03-261-44/+57
| | | | |
* | | | | Merge branch 'master' of https://github.com/zx8/youtube-dl into zx8-masterSergey M․2015-03-262-0/+148
|\ \ \ \ \
| * | | | | [safari] Add safaribooksonline extractorzx82015-03-222-0/+148
| | |_|/ / | |/| | |
* | | | | [vessel] Add new extractor (Closes #5275)Naglis Jonaitis2015-03-262-0/+128
| | | | |
* | | | | [slideshare] Fix extraction (#5279)Naglis Jonaitis2015-03-261-1/+1
| | | | |
* | | | | [youtube] Clarify some IE_NAMEsSergey M․2015-03-261-0/+3
| | | | |
* | | | | [youtube:watchlater] Extract watchlater as playlist (Closes #5280)Sergey M․2015-03-261-23/+29
| | | | |
* | | | | [utils] Escape all HTML entities written in hexadecimal formNaglis Jonaitis2015-03-261-1/+1
| | | | |
* | | | | [teamcoco] Fix extractionNaglis Jonaitis2015-03-261-1/+1
| |/ / / |/| | |
* | | | [22tracks] Improve and simplifySergey M․2015-03-251-72/+47
| | | |
* | | | Updated init to add 22tracksAmish Bhadeshia2015-03-251-0/+4
| | | |
* | | | [22Tracks] Add new extractorAmish Bhadeshia2015-03-251-0/+111
| | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/__init__.py
* | | | [redtube] Fix testSergey M․2015-03-251-2/+3
| | | |
* | | | [redtube] Capture and output removed video message (#5281)Sergey M․2015-03-251-0/+4
| |_|/ |/| |
* | | release 2015.03.24Philipp Hagemeister2015-03-241-1/+1
| | |
* | | [options] Handle special characters in argv (Fixes #5157)Philipp Hagemeister2015-03-241-0/+5
| | |
* | | [npo] Skip broken URL links (Closes #5266)Sergey M․2015-03-231-1/+4
| | |
* | | [mlb] Improve _VALID_URL (Closes #5260)Sergey M․2015-03-231-1/+5
|/ /
* | [twitch] Only match digits for the video idJaime Marquínez Ferrándiz2015-03-221-3/+3
| | | | | | | | Urls can also contain contain a query (for example a timestamp '?t=foo')
* | [lybsyn] pep8: add space around operatorJaime Marquínez Ferrándiz2015-03-221-1/+1
| |
* | [comedycentral] Remove unused importSergey M․2015-03-221-1/+0
| |
* | [comedycentral] Drop thedailyshow podcast extractorSergey M․2015-03-222-25/+1
| | | | | | | | Generic extractor is just fine for Libsyn embeds
* | [extractor/generic] Add test for Libsyn embedSergey M․2015-03-221-0/+11
| |
* | [extractor/generic] Support Libsyn embedsSergey M․2015-03-221-0/+6
| |
* | [libsyn] Fix extractor alphabetic orderSergey M․2015-03-221-1/+1
| |
* | [libsyn] Improve and simplifySergey M․2015-03-221-39/+48
| |
* | Merge branch 'the-daily-show-podcast' of ↵Sergey M․2015-03-223-1/+77
|\ \ | | | | | | | | | https://github.com/fstirlitz/youtube-dl into fstirlitz-the-daily-show-podcast
| * | testcases for libsyn and The Daily Show Podcast extractorsfelix2015-03-172-0/+13
| | |
| * | The Daily Show Podcast supportfelix2015-03-163-1/+64
| | |
* | | [nrk:playlist] Relax video id regex and improve _VALID_URLSergey M․2015-03-211-5/+14
| | |
* | | [nrk:playlist] Restrict _VALID_URLJaime Marquínez Ferrándiz2015-03-211-1/+1
| | | | | | | | | | | | It would also match /videos/PS... urls
* | | [nrk:playlist] Add extractor (Closes #5245)Sergey M․2015-03-212-0/+32
| | |
* | | [nrk] Extract durationSergey M․2015-03-211-0/+5
| | |
* | | [nrk] Adapt to new URL formatSergey M․2015-03-211-15/+13
| | |
* | | Remove the 'stitle' fieldJaime Marquínez Ferrándiz2015-03-211-6/+0
| | | | | | | | | | | | A warning has been printed for more than 2 years (since 97cd3afc7525394c46398f1526d412d081c02085)
* | | [crunchyroll] Remove unused classJaime Marquínez Ferrándiz2015-03-211-8/+0
| | |
* | | [twitch] Fix loginSergey M․2015-03-201-4/+5
| | |
* | | [niconico] Add nm video testSergey M․2015-03-201-2/+19
| | |
* | | Merge branch 'niconico_nm' of https://github.com/ndac-todoroki/youtube-dl ↵Sergey M․2015-03-201-1/+1
|\ \ \ | | | | | | | | | | | | into ndac-todoroki-niconico_nm
| * | | fix nm video DL issue when logged inTodoroki2015-03-181-0/+1
| | | |
| * | | fix nm video DL issue when logged inTodoroki2015-03-181-2/+1
| | | |