Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-27 | Added an IE for auengine.com | Albert Kim | |
2013-06-27 | release 2013.06.342013.06.34 | Philipp Hagemeister | |
2013-06-27 | print more encrypted signature info on -v (rel: #948) | Filippo Valsorda | |
2013-06-27 | a new day, a new s algo - fix #946 | Filippo Valsorda | |
2013-06-27 | simplify youtube signature generation | Philipp Hagemeister | |
2013-06-27 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-06-27 | Add a clean-room implementation for youtube signatures | Philipp Hagemeister | |
2013-06-27 | ArteTvIE: rewrite the extract process to support the new site (fixes #875) | Jaime Marquínez Ferrándiz | |
The video can be downloaded with rtmp or http, but the best quality format seems to always use rtmp. Deleted the old methods. | |||
2013-06-26 | ComedycentralIE: Force conversion of the description to unicode (close #941) | Jaime Marquínez Ferrándiz | |
When writing to a file it would fail. | |||
2013-06-26 | [wimp] minor readability improvements (#940) | Philipp Hagemeister | |
2013-06-26 | [vevo] remove unused import | Philipp Hagemeister | |
2013-06-26 | Add CSpanIE (closes #312) | Jaime Marquínez Ferrándiz | |
2013-06-26 | added .decode('ascii') | M.Yasoob Khalid | |
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 | added b'' to my regex expression in order to solve the error on python 3 | M.Yasoob Khalid | |
2013-06-26 | changed wimp.py according to the changes suggested by jaime | M.Yasoob Khalid | |
2013-06-26 | Merge branch 'master' of github.com:rg3/youtube-dl | M.Yasoob Khalid | |
2013-06-26 | added an IE for wimp.com | M.Yasoob Khalid | |
2013-06-26 | Fixed typo in subtitle format option (from: sbt => sbv) | 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 | Added an IE for todou | M.Yasoob Khalid | |
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 | 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 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 | 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 | |