Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-26 | Add CSpanIE (closes #312) | Jaime Marquínez Ferrándiz | |
2013-06-26 | FileDownloader: fixed call to "report_error" of YoutubeDL | Jaime Marquínez Ferrándiz | |
It was being called as "error" | |||
2013-06-26 | Merge pull request #936 from iemejia/master | Jaime Marquínez Ferrándiz | |
Added option for vtt WebVTT subtitle format for Youtube | |||
2013-06-26 | Fixed typo in subtitle format option (from: sbt => sbv) | Ismael Mejia | |
2013-06-26 | Added missing write-auto-sub option in README file | Ismael Mejia | |
2013-06-26 | Added support for additional vtt subtitle format (WebVTT) in youtube-dl. | Ismael Mejia | |
2013-06-25 | Add the option "--write-auto-sub" to download automatic subtitles from Youtube | Jaime Marquínez Ferrándiz | |
Now automatic subtitles are only downloaded if the option is given. (closes #903) | |||
2013-06-25 | release 2013.06.332013.06.33 | Philipp Hagemeister | |
2013-06-25 | Add "--video-password" option (related #889) | Jaime Marquínez Ferrándiz | |
Used only for accessing a private video Restore the error when the account is missing | |||
2013-06-25 | Merge pull request #922 from JohnyMoSwag/master | Jaime Marquínez Ferrándiz | |
Added embedded youtube detection to WorldstarIE | |||
2013-06-25 | JukeboxIE: support more countries | Jaime Marquínez Ferrándiz | |
2013-06-25 | Sort IEs alphabetically | Philipp Hagemeister | |
2013-06-25 | Merge remote-tracking branch 'yasoob/master' | Philipp Hagemeister | |
2013-06-25 | release 2013.06.322013.06.32 | Philipp Hagemeister | |
2013-06-25 | Directly call update_latest | Philipp Hagemeister | |
2013-06-25 | added test for tudou.com | M.Yasoob Khalid | |
2013-06-25 | Added an IE for todou | M.Yasoob Khalid | |
2013-06-25 | Update latest files on release | Philipp Hagemeister | |
2013-06-25 | release 2013.06.312013.06.31 | Philipp Hagemeister | |
2013-06-25 | Credit mc2avr for JukeboxIE (#924) | Philipp Hagemeister | |
2013-06-25 | [googleplus] Adapt to new detail URL format | Philipp Hagemeister | |
2013-06-25 | Add encoding to jukebox IE and simplify it a little bit | Philipp Hagemeister | |
2013-06-25 | Make upload atomic (#925) | Philipp Hagemeister | |
2013-06-25 | Add Jukebox IE | Philipp Hagemeister | |
2013-06-25 | [jukebox] call YoutubeIE if necessary | mc2avr | |
2013-06-25 | improve generic and encrypted signature error messages | Filippo Valsorda | |
2013-06-25 | add tests for use_cipher_signature videos (#897) and the ability to test ↵ | Filippo Valsorda | |
multiple videos per IE | |||
2013-06-25 | add JukeboxIE | mc2avr | |
2013-06-25 | release 2013.06.302013.06.30 | Philipp Hagemeister | |
2013-06-25 | Handle video pages without vevo IDs (Fixes #923) | Philipp Hagemeister | |
2013-06-24 | added Youtube embed detection to WorldstarIE | Johny Mo Swag | |
2013-06-24 | YoutubeIE: Extend decryption of signatures to all videos that have the 's' ↵ | Jaime Marquínez Ferrándiz | |
field in the url_encoded_fmt_stream_map (related #920) | |||
2013-06-24 | clean up printing in __init__.py | Filippo Valsorda | |
2013-06-24 | release 2013.06.292013.06.29 | Philipp Hagemeister | |
2013-06-24 | MTVIE: add support for Vevo videos (related #913) | Jaime Marquínez Ferrándiz | |
2013-06-24 | Add VevoIE | Jaime Marquínez Ferrándiz | |
2013-06-24 | release 2013.06.282013.06.28 | Philipp Hagemeister | |
2013-06-24 | Merge remote-tracking branch 'jaimeMF/youtubedl_class' | Philipp Hagemeister | |
2013-06-24 | release 2013.06.272013.06.27 | Philipp Hagemeister | |
2013-06-24 | Use the new class in the tests | Jaime Marquínez Ferrándiz | |
2013-06-24 | Split FileDownloader in two classes: FileDownloader and YoutubeDL | Jaime Marquínez Ferrándiz | |
YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video. | |||
2013-06-24 | [youtube] fix condition always being evaluated to true | Jaime Marquínez Ferrándiz | |
2013-06-24 | [youtube] Use mp4 as extension for format 38 (Fixes #892) | Philipp Hagemeister | |
2013-06-24 | release 2013.06.262013.06.26 | Philipp Hagemeister | |
2013-06-24 | Remove includes from setup.py for windows build | Philipp Hagemeister | |
2013-06-24 | release 2013.06.252013.06.25 | Philipp Hagemeister | |
2013-06-24 | Fix release script once more | Philipp Hagemeister | |
2013-06-24 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-06-24 | Improve test skipping functionality | Philipp Hagemeister | |
2013-06-24 | Correct comparison test | Philipp Hagemeister | |