aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2013-06-27release 2013.06.34.22013.06.34.2Philipp Hagemeister
2013-06-27Credit @gitprojs for auenginePhilipp Hagemeister
2013-06-27Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-27Merge pull request #954 from gitprojs/genericPhilipp Hagemeister
Augmented Generic IE
2013-06-27Tests: Add coding to filesPhilipp Hagemeister
2013-06-27[googleplus] move testsPhilipp Hagemeister
2013-06-27[infoq] move testsPhilipp Hagemeister
2013-06-27Remove superfluous name declarationsPhilipp Hagemeister
2013-06-27[youku] move testsPhilipp Hagemeister
2013-06-27[eighttracks] move testPhilipp Hagemeister
2013-06-27[steam] move testPhilipp Hagemeister
2013-06-27[metacafe] move testsPhilipp Hagemeister
2013-06-27Made 'video' the default title for generic IEAlbert Kim
2013-06-27[soundcloud] Move testsPhilipp Hagemeister
2013-06-27Made generic IE handle more casesAlbert Kim
Added a possible quote after file, so it can now handle cases like: 'file': 'http://www.a.com/b.mp4'
2013-06-27[youtube] Fix tests in 2.xPhilipp Hagemeister
2013-06-27Allow _TESTS attribute for IEs with multiple testsPhilipp Hagemeister
This also improves the numbering of duplicate tests
2013-06-27Generate the list of IEs automaticallyPhilipp Hagemeister
It seems like GenericIE needs to be last, but other than that, the order really does not matter anymore. To cut down on merge conflicts, generate the list of IEs automatically.
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-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-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-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-26Merge branch 'master' of github.com:rg3/youtube-dlM.Yasoob Khalid
2013-06-26added an IE for wimp.comM.Yasoob Khalid
2013-06-26Fixed typo in subtitle format option (from: sbt => sbv)Ismael Mejia