Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [wimp] minor readability improvements (#940) | Philipp Hagemeister | 2013-06-26 | 3 | -0/+39 |
|\ | |||||
| * | added .decode('ascii') | M.Yasoob Khalid | 2013-06-26 | 1 | -2/+2 |
| | | |||||
| * | added b'' to my regex expression in order to solve the error on python 3 | M.Yasoob Khalid | 2013-06-26 | 1 | -1/+1 |
| | | |||||
| * | changed wimp.py according to the changes suggested by jaime | M.Yasoob Khalid | 2013-06-26 | 1 | -5/+6 |
| | | |||||
| * | removed trailing ',' and corrected the title in test | M.Yasoob Khalid | 2013-06-26 | 1 | -1/+1 |
| | | |||||
| * | added test for wimp.com | M.Yasoob Khalid | 2013-06-26 | 1 | -0/+9 |
| | | |||||
| * | Merge branch 'master' of github.com:rg3/youtube-dl | M.Yasoob Khalid | 2013-06-26 | 4 | -4/+13 |
| |\ | |||||
| * | | added an IE for wimp.com | M.Yasoob Khalid | 2013-06-26 | 2 | -0/+27 |
| | | | |||||
* | | | [vevo] remove unused import | Philipp Hagemeister | 2013-06-26 | 1 | -1/+0 |
| | | | |||||
* | | | Add CSpanIE (closes #312) | Jaime Marquínez Ferrándiz | 2013-06-26 | 3 | -0/+56 |
| | | | |||||
* | | | FileDownloader: fixed call to "report_error" of YoutubeDL | Jaime Marquínez Ferrándiz | 2013-06-26 | 1 | -1/+1 |
| |/ |/| | | | | | It was being called as "error" | ||||
* | | Merge pull request #936 from iemejia/master | Jaime Marquínez Ferrándiz | 2013-06-26 | 4 | -4/+13 |
|\ \ | |/ |/| | Added option for vtt WebVTT subtitle format for Youtube | ||||
| * | Fixed typo in subtitle format option (from: sbt => sbv) | Ismael Mejia | 2013-06-26 | 1 | -1/+1 |
| | | |||||
| * | Added missing write-auto-sub option in README file | Ismael Mejia | 2013-06-26 | 1 | -0/+1 |
| | | |||||
| * | Added support for additional vtt subtitle format (WebVTT) in youtube-dl. | Ismael Mejia | 2013-06-26 | 4 | -4/+12 |
|/ | |||||
* | Add the option "--write-auto-sub" to download automatic subtitles from Youtube | Jaime Marquínez Ferrándiz | 2013-06-25 | 4 | -10/+14 |
| | | | | | Now automatic subtitles are only downloaded if the option is given. (closes #903) | ||||
* | release 2013.06.33 | Philipp Hagemeister | 2013-06-25 | 2 | -1/+2 |
| | |||||
* | Add "--video-password" option (related #889) | Jaime Marquínez Ferrándiz | 2013-06-25 | 3 | -3/+7 |
| | | | | | | Used only for accessing a private video Restore the error when the account is missing | ||||
* | Merge pull request #922 from JohnyMoSwag/master | Jaime Marquínez Ferrándiz | 2013-06-25 | 1 | -0/+4 |
|\ | | | | | | | Added embedded youtube detection to WorldstarIE | ||||
| * | added Youtube embed detection to WorldstarIE | Johny Mo Swag | 2013-06-24 | 1 | -0/+4 |
| | | |||||
* | | JukeboxIE: support more countries | Jaime Marquínez Ferrándiz | 2013-06-25 | 1 | -3/+2 |
| | | |||||
* | | Sort IEs alphabetically | Philipp Hagemeister | 2013-06-25 | 1 | -5/+6 |
| | | |||||
* | | Merge remote-tracking branch 'yasoob/master' | Philipp Hagemeister | 2013-06-25 | 3 | -0/+43 |
|\ \ | |||||
| * | | added test for tudou.com | M.Yasoob Khalid | 2013-06-25 | 1 | -0/+9 |
| | | | |||||
| * | | Added an IE for todou | M.Yasoob Khalid | 2013-06-25 | 2 | -0/+34 |
| | | | |||||
* | | | release 2013.06.32 | Philipp Hagemeister | 2013-06-25 | 1 | -1/+1 |
| | | | |||||
* | | | Directly call update_latest | Philipp Hagemeister | 2013-06-25 | 1 | -1/+1 |
| | | | |||||
* | | | Update latest files on release | Philipp Hagemeister | 2013-06-25 | 1 | -0/+1 |
|/ / | |||||
* | | release 2013.06.31 | Philipp Hagemeister | 2013-06-25 | 1 | -1/+1 |
| | | |||||
* | | Credit mc2avr for JukeboxIE (#924) | Philipp Hagemeister | 2013-06-25 | 1 | -0/+1 |
| | | |||||
* | | [googleplus] Adapt to new detail URL format | Philipp Hagemeister | 2013-06-25 | 1 | -3/+7 |
| | | |||||
* | | Add encoding to jukebox IE and simplify it a little bit | Philipp Hagemeister | 2013-06-25 | 1 | -3/+1 |
| | | |||||
* | | Make upload atomic (#925) | Philipp Hagemeister | 2013-06-25 | 1 | -1/+2 |
| | | |||||
* | | Add Jukebox IE | Philipp Hagemeister | 2013-06-25 | 2 | -0/+61 |
|\ \ | |||||
| * | | [jukebox] call YoutubeIE if necessary | mc2avr | 2013-06-25 | 1 | -2/+2 |
| | | | |||||
| * | | add JukeboxIE | mc2avr | 2013-06-25 | 2 | -0/+61 |
| | | | |||||
* | | | improve generic and encrypted signature error messages | Filippo Valsorda | 2013-06-25 | 3 | -5/+6 |
| | | | |||||
* | | | add tests for use_cipher_signature videos (#897) and the ability to test ↵ | Filippo Valsorda | 2013-06-25 | 2 | -1/+29 |
| | | | | | | | | | | | | multiple videos per IE | ||||
* | | | release 2013.06.30 | Philipp Hagemeister | 2013-06-25 | 1 | -1/+1 |
| | | | |||||
* | | | Handle video pages without vevo IDs (Fixes #923) | Philipp Hagemeister | 2013-06-25 | 1 | -0/+2 |
| |/ |/| | |||||
* | | YoutubeIE: Extend decryption of signatures to all videos that have the 's' ↵ | Jaime Marquínez Ferrándiz | 2013-06-24 | 1 | -3/+5 |
| | | | | | | | | field in the url_encoded_fmt_stream_map (related #920) | ||||
* | | clean up printing in __init__.py | Filippo Valsorda | 2013-06-24 | 1 | -8/+8 |
| | | |||||
* | | release 2013.06.29 | Philipp Hagemeister | 2013-06-24 | 1 | -1/+1 |
| | | |||||
* | | MTVIE: add support for Vevo videos (related #913) | Jaime Marquínez Ferrándiz | 2013-06-24 | 2 | -1/+13 |
| | | |||||
* | | Add VevoIE | Jaime Marquínez Ferrándiz | 2013-06-24 | 3 | -0/+53 |
| | | |||||
* | | release 2013.06.28 | Philipp Hagemeister | 2013-06-24 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'jaimeMF/youtubedl_class' | Philipp Hagemeister | 2013-06-24 | 7 | -576/+658 |
|\ \ | |||||
| * | | Use the new class in the tests | Jaime Marquínez Ferrándiz | 2013-06-24 | 2 | -22/+22 |
| | | | |||||
| * | | Split FileDownloader in two classes: FileDownloader and YoutubeDL | Jaime Marquínez Ferrándiz | 2013-06-24 | 5 | -554/+636 |
| | | | | | | | | | | | | | | | YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video. | ||||
* | | | release 2013.06.27 | Philipp Hagemeister | 2013-06-24 | 1 | -1/+1 |
|/ / |