summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 2013.06.34 2013.06.34Philipp Hagemeister2013-06-272-2/+3
* 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-273-9/+9
* Check in signature generatorPhilipp Hagemeister2013-06-271-0/+76
* simplify youtube signature generationPhilipp Hagemeister2013-06-271-7/+8
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-06-271-86/+36
|\
| * Merge branch 'master' of github.com:rg3/youtube-dlJaime Marquínez Ferrándiz2013-06-274-48/+57
| |\
| * | 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-272-8/+53
| |/ |/|
* | Add test for youtube signature algorithmPhilipp Hagemeister2013-06-271-0/+22
* | Simplify FakeYDLPhilipp Hagemeister2013-06-273-48/+35
|/
* 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-263-0/+39
|\
| * 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
| * removed trailing ',' and corrected the title in testM.Yasoob Khalid2013-06-261-1/+1
| * added test for wimp.comM.Yasoob Khalid2013-06-261-0/+9
| * Merge branch 'master' of github.com:rg3/youtube-dlM.Yasoob Khalid2013-06-264-4/+13
| |\
| * | 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-263-0/+56
* | | FileDownloader: fixed call to "report_error" of YoutubeDLJaime Marquínez Ferrándiz2013-06-261-1/+1
| |/ |/|
* | Merge pull request #936 from iemejia/masterJaime Marquínez Ferrándiz2013-06-264-4/+13
|\ \ | |/ |/|
| * Fixed typo in subtitle format option (from: sbt => sbv)Ismael Mejia2013-06-261-1/+1
| * Added missing write-auto-sub option in README fileIsmael Mejia2013-06-261-0/+1
| * Added support for additional vtt subtitle format (WebVTT) in youtube-dl.Ismael Mejia2013-06-264-4/+12
|/
* Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz2013-06-254-10/+14
* release 2013.06.33 2013.06.33Philipp Hagemeister2013-06-252-1/+2
* 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-253-0/+43
|\ \
| * | added test for tudou.comM.Yasoob Khalid2013-06-251-0/+9
| * | Added an IE for todouM.Yasoob Khalid2013-06-252-0/+34
* | | release 2013.06.32 2013.06.32Philipp Hagemeister2013-06-251-1/+1
* | | Directly call update_latestPhilipp Hagemeister2013-06-251-1/+1
* | | Update latest files on releasePhilipp Hagemeister2013-06-251-0/+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
* | Make upload atomic (#925)Philipp Hagemeister2013-06-251-1/+2
* | 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
* | | add tests for use_cipher_signature videos (#897) and the ability to test mult...Filippo Valsorda2013-06-252-1/+29