aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-27Allow moving tests into IE filesPhilipp Hagemeister
Allow adding download tests right in the IE file. This will cut down on merge conflicts and make it more likely that new IE authors will add tests right away.
2013-06-27[auengine] Rename to official capitalizationPhilipp Hagemeister
2013-06-27Merge remote-tracking branch 'gitprojs/master'Philipp Hagemeister
Conflicts: youtube_dl/extractor/__init__.py
2013-06-27release 2013.06.34.12013.06.34.1Philipp Hagemeister
2013-06-27Merge remote-tracking branch 'origin/HEAD'Philipp Hagemeister
2013-06-27Add tests and improve for HotNewHipHopPhilipp Hagemeister
2013-06-27Merge remote-tracking branch 'JohnyMoSwag/master'Philipp Hagemeister
2013-06-27fix for detecting youtube embedded videos.Johny Mo Swag
2013-06-27Updated auengine IE to use compat_urllib* utilsAlbert Kim
2013-06-27YoutubeIE: update the docstrings and the error message of _decrypt_signatureJaime Marquínez Ferrándiz
Now it doesn't check the size of the two parts of the key.
2013-06-27Added an IE for auengine.comAlbert Kim
2013-06-27release 2013.06.342013.06.34Philipp Hagemeister
2013-06-27print more encrypted signature info on -v (rel: #948)Filippo Valsorda
2013-06-27a new day, a new s algo - fix #946Filippo Valsorda
2013-06-27Check in signature generatorPhilipp Hagemeister
2013-06-27simplify youtube signature generationPhilipp Hagemeister
2013-06-26removed print statementJohny Mo Swag
2013-06-26Added HotNewHipHop IEJohny Mo Swag
2013-06-27Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-06-27Add a clean-room implementation for youtube signaturesPhilipp Hagemeister
2013-06-27Merge branch 'master' of github.com:rg3/youtube-dlJaime Marquínez Ferrándiz
2013-06-27ArteTvIE: 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-27Add test for youtube signature algorithmPhilipp Hagemeister
2013-06-27Simplify FakeYDLPhilipp Hagemeister
2013-06-26ComedycentralIE: 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 importPhilipp Hagemeister
2013-06-26Add CSpanIE (closes #312)Jaime Marquínez Ferrándiz
2013-06-26added .decode('ascii')M.Yasoob Khalid
2013-06-26FileDownloader: fixed call to "report_error" of YoutubeDLJaime Marquínez Ferrándiz
It was being called as "error"
2013-06-26added b'' to my regex expression in order to solve the error on python 3M.Yasoob Khalid
2013-06-26changed wimp.py according to the changes suggested by jaimeM.Yasoob Khalid
2013-06-26removed trailing ',' and corrected the title in testM.Yasoob Khalid
2013-06-26added test for wimp.comM.Yasoob Khalid
2013-06-26Merge branch 'master' of github.com:rg3/youtube-dlM.Yasoob Khalid
2013-06-26added an IE for wimp.comM.Yasoob Khalid
2013-06-26Merge pull request #936 from iemejia/masterJaime Marquínez Ferrándiz
Added option for vtt WebVTT subtitle format for Youtube
2013-06-26Fixed typo in subtitle format option (from: sbt => sbv)Ismael Mejia
2013-06-26Added missing write-auto-sub option in README fileIsmael Mejia
2013-06-26Added support for additional vtt subtitle format (WebVTT) in youtube-dl.Ismael Mejia
2013-06-25Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz
Now automatic subtitles are only downloaded if the option is given. (closes #903)
2013-06-25release 2013.06.332013.06.33Philipp Hagemeister
2013-06-25Add "--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-25Merge pull request #922 from JohnyMoSwag/masterJaime Marquínez Ferrándiz
Added embedded youtube detection to WorldstarIE
2013-06-25JukeboxIE: support more countriesJaime Marquínez Ferrándiz
2013-06-25Sort IEs alphabeticallyPhilipp Hagemeister
2013-06-25Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister
2013-06-25release 2013.06.322013.06.32Philipp Hagemeister
2013-06-25Directly call update_latestPhilipp Hagemeister
2013-06-25added test for tudou.comM.Yasoob Khalid