aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2013-06-29release 2013.06.34.32013.06.34.3Philipp Hagemeister
2013-06-29[tutv] Add IE (Fixes #965)Philipp Hagemeister
2013-06-29[ted] Fix test checksumPhilipp Hagemeister
2013-06-29Document view_count (Closes #963)Philipp Hagemeister
2013-06-29Move TF1IE to its own fileJaime Marquínez Ferrándiz
2013-06-29Add TF1IEJaime Marquínez Ferrándiz
2013-06-29keep track of the dates and html5player versions of working YT signature algosFilippo Valsorda
2013-06-28Add WatIEJaime Marquínez Ferrándiz
2013-06-28Rewrote error message a bit to clarifyPhilipp Hagemeister
2013-06-28Changed the error message.M.Yasoob Ullah Khalid
I changed the ExtractorError from ```msg = msg + u'; please report this issue on http://yt-dl.org/bug'``` to ```msg = msg + u'; please report this issue on http://yt-dl.org/bug with the complete output by running the same command with --verbose flag'``` Hopefully this will tell the users to report bugs with the complete output.
2013-06-28Add RingTVIE (Thanks @yasoob)M.Yasoob Khalid
2013-06-28Added an IE for gamespot. Although gamespot allows downloading but it is ↵M.Yasoob Khalid
only available to registered users. With this IE no registration is required.
2013-06-27Add function add_default_info_extractors to YoutubeDLJaime Marquínez Ferrándiz
It adds to the list the ies returned by ge_extractors
2013-06-27Merge branch 'generate-ie-list'Philipp Hagemeister
2013-06-27[tumblr] Fix titlePhilipp Hagemeister
2013-06-27Make sure SoundcloudIE does not match soundcloud setsPhilipp Hagemeister
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