Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ComedycentralIE: Force conversion of the description to unicode (close #941) | Jaime Marquínez Ferrándiz | 2013-06-26 | 1 | -1/+1 | |
| | | | | When writing to a file it would fail. | |||||
* | [wimp] minor readability improvements (#940) | Philipp Hagemeister | 2013-06-26 | 2 | -0/+30 | |
|\ | ||||||
| * | 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 | |
| | | ||||||
| * | Merge branch 'master' of github.com:rg3/youtube-dl | M.Yasoob Khalid | 2013-06-26 | 2 | -2/+2 | |
| |\ | ||||||
| * | | 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 | 2 | -0/+46 | |
| | | | ||||||
* | | | 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" | |||||
* | | Fixed typo in subtitle format option (from: sbt => sbv) | Ismael Mejia | 2013-06-26 | 1 | -1/+1 | |
| | | ||||||
* | | Added support for additional vtt subtitle format (WebVTT) in youtube-dl. | Ismael Mejia | 2013-06-26 | 2 | -2/+2 | |
|/ | ||||||
* | Add the option "--write-auto-sub" to download automatic subtitles from Youtube | Jaime Marquínez Ferrándiz | 2013-06-25 | 3 | -9/+13 | |
| | | | | | Now automatic subtitles are only downloaded if the option is given. (closes #903) | |||||
* | release 2013.06.33 | Philipp Hagemeister | 2013-06-25 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -0/+34 | |
|\ \ | ||||||
| * | | 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 | |
|/ / | ||||||
* | | 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 | |
| | | ||||||
* | | 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 | |
| | | | ||||||
* | | | 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 | 2 | -0/+42 | |
| | | ||||||
* | | release 2013.06.28 | Philipp Hagemeister | 2013-06-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'jaimeMF/youtubedl_class' | Philipp Hagemeister | 2013-06-24 | 3 | -540/+622 | |
|\ \ | ||||||
| * | | Split FileDownloader in two classes: FileDownloader and YoutubeDL | Jaime Marquínez Ferrándiz | 2013-06-24 | 3 | -540/+622 | |
| | | | | | | | | | | | | | | | 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 | |
|/ / | ||||||
* | | [youtube] fix condition always being evaluated to true | Jaime Marquínez Ferrándiz | 2013-06-24 | 1 | -1/+1 | |
| | | ||||||
* | | [youtube] Use mp4 as extension for format 38 (Fixes #892) | Philipp Hagemeister | 2013-06-24 | 1 | -1/+1 | |
| | | ||||||
* | | release 2013.06.26 | Philipp Hagemeister | 2013-06-24 | 1 | -1/+1 | |
|/ | ||||||
* | release 2013.06.25 | Philipp Hagemeister | 2013-06-24 | 1 | -1/+1 | |
| | ||||||
* | release 2013.06.24 | Philipp Hagemeister | 2013-06-24 | 1 | -1/+1 | |
| | ||||||
* | release 2013.06.23 | Philipp Hagemeister | 2013-06-23 | 1 | -1/+1 | |
| | ||||||
* | [break] adapt to new paths | Philipp Hagemeister | 2013-06-23 | 2 | -0/+27 | |
|\ | ||||||
| * | added an IE and test for break.com | M.Yasoob Khalid | 2013-06-23 | 1 | -0/+24 | |
| | | ||||||
* | | [justin.tv] Clarify variable content | Philipp Hagemeister | 2013-06-23 | 1 | -4/+4 | |
| | |