aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added support for additional vtt subtitle format (WebVTT) in youtube-dl.Ismael Mejia2013-06-264-4/+12
|
* Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz2013-06-254-10/+14
| | | | | Now automatic subtitles are only downloaded if the option is given. (closes #903)
* release 2013.06.33Philipp Hagemeister2013-06-252-1/+2
|
* Add "--video-password" option (related #889)Jaime Marquínez Ferrándiz2013-06-253-3/+7
| | | | | | Used only for accessing a private video Restore the error when the account is missing
* Merge pull request #922 from JohnyMoSwag/masterJaime Marquínez Ferrándiz2013-06-251-0/+4
|\ | | | | | | Added embedded youtube detection to WorldstarIE
| * added Youtube embed detection to WorldstarIEJohny Mo Swag2013-06-241-0/+4
| |
* | JukeboxIE: support more countriesJaime Marquínez Ferrándiz2013-06-251-3/+2
| |
* | Sort IEs alphabeticallyPhilipp Hagemeister2013-06-251-5/+6
| |
* | Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister2013-06-253-0/+43
|\ \
| * | added test for tudou.comM.Yasoob Khalid2013-06-251-0/+9
| | |
| * | Added an IE for todouM.Yasoob Khalid2013-06-252-0/+34
| | |
* | | release 2013.06.32Philipp Hagemeister2013-06-251-1/+1
| | |
* | | Directly call update_latestPhilipp Hagemeister2013-06-251-1/+1
| | |
* | | Update latest files on releasePhilipp Hagemeister2013-06-251-0/+1
|/ /
* | release 2013.06.31Philipp Hagemeister2013-06-251-1/+1
| |
* | Credit mc2avr for JukeboxIE (#924)Philipp Hagemeister2013-06-251-0/+1
| |
* | [googleplus] Adapt to new detail URL formatPhilipp Hagemeister2013-06-251-3/+7
| |
* | Add encoding to jukebox IE and simplify it a little bitPhilipp Hagemeister2013-06-251-3/+1
| |
* | Make upload atomic (#925)Philipp Hagemeister2013-06-251-1/+2
| |
* | Add Jukebox IEPhilipp Hagemeister2013-06-252-0/+61
|\ \
| * | [jukebox] call YoutubeIE if necessarymc2avr2013-06-251-2/+2
| | |
| * | add JukeboxIEmc2avr2013-06-252-0/+61
| | |
* | | improve generic and encrypted signature error messagesFilippo Valsorda2013-06-253-5/+6
| | |
* | | add tests for use_cipher_signature videos (#897) and the ability to test ↵Filippo Valsorda2013-06-252-1/+29
| | | | | | | | | | | | multiple videos per IE
* | | release 2013.06.30Philipp Hagemeister2013-06-251-1/+1
| | |
* | | Handle video pages without vevo IDs (Fixes #923)Philipp Hagemeister2013-06-251-0/+2
| |/ |/|
* | YoutubeIE: Extend decryption of signatures to all videos that have the 's' ↵Jaime Marquínez Ferrándiz2013-06-241-3/+5
| | | | | | | | field in the url_encoded_fmt_stream_map (related #920)
* | clean up printing in __init__.pyFilippo Valsorda2013-06-241-8/+8
| |
* | release 2013.06.29Philipp Hagemeister2013-06-241-1/+1
| |
* | MTVIE: add support for Vevo videos (related #913)Jaime Marquínez Ferrándiz2013-06-242-1/+13
| |
* | Add VevoIEJaime Marquínez Ferrándiz2013-06-243-0/+53
| |
* | release 2013.06.28Philipp Hagemeister2013-06-241-1/+1
| |
* | Merge remote-tracking branch 'jaimeMF/youtubedl_class'Philipp Hagemeister2013-06-247-576/+658
|\ \
| * | Use the new class in the testsJaime Marquínez Ferrándiz2013-06-242-22/+22
| | |
| * | Split FileDownloader in two classes: FileDownloader and YoutubeDLJaime Marquínez Ferrándiz2013-06-245-554/+636
| | | | | | | | | | | | | | | YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video.
* | | release 2013.06.27Philipp Hagemeister2013-06-241-1/+1
|/ /
* | [youtube] fix condition always being evaluated to trueJaime Marquínez Ferrándiz2013-06-241-1/+1
| |
* | [youtube] Use mp4 as extension for format 38 (Fixes #892)Philipp Hagemeister2013-06-241-1/+1
| |
* | release 2013.06.26Philipp Hagemeister2013-06-241-1/+1
| |
* | Remove includes from setup.py for windows buildPhilipp Hagemeister2013-06-241-3/+0
|/
* release 2013.06.25Philipp Hagemeister2013-06-241-1/+1
|
* Fix release script once morePhilipp Hagemeister2013-06-241-3/+4
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-06-241-1/+1
|\
| * setup.py: include the new extractor moduleJaime Marquínez Ferrándiz2013-06-231-1/+1
| |
* | Improve test skipping functionalityPhilipp Hagemeister2013-06-241-1/+2
| |
* | Correct comparison testPhilipp Hagemeister2013-06-241-1/+1
| |
* | release 2013.06.24Philipp Hagemeister2013-06-241-1/+1
| |
* | Add included files for Windows buildPhilipp Hagemeister2013-06-241-1/+5
|/
* release 2013.06.23Philipp Hagemeister2013-06-232-2/+2
|
* allow skipping tests when releasingPhilipp Hagemeister2013-06-231-1/+9
| | | | (YouTube Subtitles are currently flaky in Germany, especially via IPv6)