Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-28 | Add WatIE | Jaime Marquínez Ferrándiz | |
2013-06-28 | Rewrote error message a bit to clarify | Philipp Hagemeister | |
2013-06-28 | Changed 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-28 | Add RingTVIE (Thanks @yasoob) | M.Yasoob Khalid | |
2013-06-28 | Added 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-27 | Add function add_default_info_extractors to YoutubeDL | Jaime Marquínez Ferrándiz | |
It adds to the list the ies returned by ge_extractors | |||
2013-06-27 | Merge branch 'generate-ie-list' | Philipp Hagemeister | |
2013-06-27 | [tumblr] Fix title | Philipp Hagemeister | |
2013-06-27 | Make sure SoundcloudIE does not match soundcloud sets | Philipp Hagemeister | |
2013-06-27 | release 2013.06.34.22013.06.34.2 | Philipp Hagemeister | |
2013-06-27 | Credit @gitprojs for auengine | Philipp Hagemeister | |
2013-06-27 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-06-27 | Move tests to the IE definitions | Philipp Hagemeister | |
2013-06-27 | Merge pull request #954 from gitprojs/generic | Philipp Hagemeister | |
Augmented Generic IE | |||
2013-06-27 | Tests: Add coding to files | Philipp Hagemeister | |
2013-06-27 | [googleplus] move tests | Philipp Hagemeister | |
2013-06-27 | [infoq] move tests | Philipp Hagemeister | |
2013-06-27 | Remove superfluous name declarations | Philipp Hagemeister | |
2013-06-27 | [youku] move tests | Philipp Hagemeister | |
2013-06-27 | [eighttracks] move test | Philipp Hagemeister | |
2013-06-27 | [steam] move test | Philipp Hagemeister | |
2013-06-27 | [metacafe] move tests | Philipp Hagemeister | |
2013-06-27 | Made 'video' the default title for generic IE | Albert Kim | |
2013-06-27 | [soundcloud] Move tests | Philipp Hagemeister | |
2013-06-27 | Made generic IE handle more cases | Albert 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.x | Philipp Hagemeister | |
2013-06-27 | Allow _TESTS attribute for IEs with multiple tests | Philipp Hagemeister | |
This also improves the numbering of duplicate tests | |||
2013-06-27 | Generate the list of IEs automatically | Philipp 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-27 | Allow moving tests into IE files | Philipp 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 capitalization | Philipp Hagemeister | |
2013-06-27 | Merge remote-tracking branch 'gitprojs/master' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/__init__.py | |||
2013-06-27 | release 2013.06.34.12013.06.34.1 | Philipp Hagemeister | |
2013-06-27 | Merge remote-tracking branch 'origin/HEAD' | Philipp Hagemeister | |
2013-06-27 | Add tests and improve for HotNewHipHop | Philipp Hagemeister | |
2013-06-27 | Merge remote-tracking branch 'JohnyMoSwag/master' | Philipp Hagemeister | |
2013-06-27 | fix for detecting youtube embedded videos. | Johny Mo Swag | |
2013-06-27 | Updated auengine IE to use compat_urllib* utils | Albert Kim | |
2013-06-27 | YoutubeIE: update the docstrings and the error message of _decrypt_signature | Jaime Marquínez Ferrándiz | |
Now it doesn't check the size of the two parts of the key. | |||
2013-06-27 | Added an IE for auengine.com | Albert Kim | |
2013-06-27 | release 2013.06.342013.06.34 | Philipp Hagemeister | |
2013-06-27 | print more encrypted signature info on -v (rel: #948) | Filippo Valsorda | |
2013-06-27 | a new day, a new s algo - fix #946 | Filippo Valsorda | |
2013-06-27 | simplify youtube signature generation | Philipp Hagemeister | |
2013-06-26 | removed print statement | Johny Mo Swag | |
2013-06-26 | Added HotNewHipHop IE | Johny Mo Swag | |
2013-06-27 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-06-27 | Add a clean-room implementation for youtube signatures | Philipp Hagemeister | |
2013-06-27 | ArteTvIE: 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-26 | ComedycentralIE: 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 | |