summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* release 2013.06.34 2013.06.34Philipp Hagemeister2013-06-271-1/+1
* print more encrypted signature info on -v (rel: #948)Filippo Valsorda2013-06-271-2/+6
* a new day, a new s algo - fix #946Filippo Valsorda2013-06-271-1/+1
* simplify youtube signature generationPhilipp Hagemeister2013-06-271-7/+8
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-06-271-86/+36
|\
| * ArteTvIE: rewrite the extract process to support the new site (fixes #875)Jaime Marquínez Ferrándiz2013-06-271-86/+36
* | Add a clean-room implementation for youtube signaturesPhilipp Hagemeister2013-06-271-8/+18
|/
* ComedycentralIE: Force conversion of the description to unicode (close #941)Jaime Marquínez Ferrándiz2013-06-261-1/+1
* [wimp] minor readability improvements (#940)Philipp Hagemeister2013-06-262-0/+30
|\
| * added .decode('ascii')M.Yasoob Khalid2013-06-261-2/+2
| * added b'' to my regex expression in order to solve the error on python 3M.Yasoob Khalid2013-06-261-1/+1
| * changed wimp.py according to the changes suggested by jaimeM.Yasoob Khalid2013-06-261-5/+6
| * Merge branch 'master' of github.com:rg3/youtube-dlM.Yasoob Khalid2013-06-262-2/+2
| |\
| * | added an IE for wimp.comM.Yasoob Khalid2013-06-262-0/+27
* | | [vevo] remove unused importPhilipp Hagemeister2013-06-261-1/+0
* | | Add CSpanIE (closes #312)Jaime Marquínez Ferrándiz2013-06-262-0/+46
* | | FileDownloader: fixed call to "report_error" of YoutubeDLJaime Marquínez Ferrándiz2013-06-261-1/+1
| |/ |/|
* | Fixed typo in subtitle format option (from: sbt => sbv)Ismael Mejia2013-06-261-1/+1
* | Added support for additional vtt subtitle format (WebVTT) in youtube-dl.Ismael Mejia2013-06-262-2/+2
|/
* Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz2013-06-253-9/+13
* release 2013.06.33 2013.06.33Philipp Hagemeister2013-06-251-1/+1
* Add "--video-password" option (related #889)Jaime Marquínez Ferrándiz2013-06-253-3/+7
* Merge pull request #922 from JohnyMoSwag/masterJaime Marquínez Ferrándiz2013-06-251-0/+4
|\
| * 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-252-0/+34
|\ \
| * | Added an IE for todouM.Yasoob Khalid2013-06-252-0/+34
* | | release 2013.06.32 2013.06.32Philipp Hagemeister2013-06-251-1/+1
|/ /
* | release 2013.06.31 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
* | 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
* | | release 2013.06.30 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' fi...Jaime Marquínez Ferrándiz2013-06-241-3/+5
* | clean up printing in __init__.pyFilippo Valsorda2013-06-241-8/+8
* | release 2013.06.29 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-242-0/+42
* | release 2013.06.28 2013.06.28Philipp Hagemeister2013-06-241-1/+1
* | Merge remote-tracking branch 'jaimeMF/youtubedl_class'Philipp Hagemeister2013-06-243-540/+622
|\ \
| * | Split FileDownloader in two classes: FileDownloader and YoutubeDLJaime Marquínez Ferrándiz2013-06-243-540/+622
* | | release 2013.06.27 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