Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-29 | [tutv] Fix URL type (for Python 3) | Philipp Hagemeister | |
2013-06-29 | release 2013.06.34.32013.06.34.3 | Philipp Hagemeister | |
2013-06-29 | [tutv] Add IE (Fixes #965) | Philipp Hagemeister | |
2013-06-29 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-06-29 | [ted] Fix test checksum | Philipp Hagemeister | |
2013-06-29 | Update the default output template in the README | Jaime Marquínez Ferrándiz | |
It was changed in 08b2ac745a7991b58d17e3e8cb2c51e96b18534a | |||
2013-06-29 | Document view_count (Closes #963) | Philipp Hagemeister | |
2013-06-29 | Merge pull request #962 from jaimeMF/TF1 | Philipp Hagemeister | |
Add TF1IE | |||
2013-06-29 | Move TF1IE to its own file | Jaime Marquínez Ferrándiz | |
2013-06-29 | Add TF1IE | Jaime Marquínez Ferrándiz | |
2013-06-29 | keep track of the dates and html5player versions of working YT signature algos | Filippo Valsorda | |
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-28 | Print which IE is being skipped in test_download | Jaime Marquínez Ferrándiz | |
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 | Make sure that IEs only accept their own URLs | Philipp Hagemeister | |
2013-06-27 | [tumblr] Fix title | Philipp Hagemeister | |
2013-06-27 | Move testcase generator to helper | 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 | Use str every time | 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 | |