Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add TF1IE | Jaime Marquínez Ferrándiz | 2013-06-29 | 2 | -1/+31 | |
|/ / | ||||||
* | | keep track of the dates and html5player versions of working YT signature algos | Filippo Valsorda | 2013-06-29 | 2 | -1/+8 | |
| | | ||||||
* | | Add WatIE | Jaime Marquínez Ferrándiz | 2013-06-28 | 2 | -0/+49 | |
|/ | ||||||
* | Rewrote error message a bit to clarify | Philipp Hagemeister | 2013-06-28 | 1 | -1/+1 | |
| | ||||||
* | Changed the error message. | M.Yasoob Ullah Khalid | 2013-06-28 | 1 | -1/+1 | |
| | | | | | 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. | |||||
* | Add RingTVIE (Thanks @yasoob) | M.Yasoob Khalid | 2013-06-28 | 2 | -0/+39 | |
| | ||||||
* | Added an IE for gamespot. Although gamespot allows downloading but it is ↵ | M.Yasoob Khalid | 2013-06-28 | 2 | -0/+46 | |
| | | | | only available to registered users. With this IE no registration is required. | |||||
* | Print which IE is being skipped in test_download | Jaime Marquínez Ferrándiz | 2013-06-28 | 1 | -3/+5 | |
| | ||||||
* | Add function add_default_info_extractors to YoutubeDL | Jaime Marquínez Ferrándiz | 2013-06-27 | 3 | -6/+10 | |
| | | | | It adds to the list the ies returned by ge_extractors | |||||
* | Merge branch 'generate-ie-list' | Philipp Hagemeister | 2013-06-27 | 1 | -73/+7 | |
|\ | ||||||
| * | Generate the list of IEs automatically | Philipp Hagemeister | 2013-06-27 | 1 | -73/+7 | |
| | | | | | | | | | | 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. | |||||
* | | Make sure that IEs only accept their own URLs | Philipp Hagemeister | 2013-06-27 | 1 | -1/+13 | |
| | | ||||||
* | | [tumblr] Fix title | Philipp Hagemeister | 2013-06-27 | 1 | -2/+2 | |
| | | ||||||
* | | Move testcase generator to helper | Philipp Hagemeister | 2013-06-27 | 3 | -14/+14 | |
| | | ||||||
* | | Make sure SoundcloudIE does not match soundcloud sets | Philipp Hagemeister | 2013-06-27 | 1 | -2/+2 | |
| | | ||||||
* | | release 2013.06.34.2 | Philipp Hagemeister | 2013-06-27 | 1 | -1/+1 | |
| | | ||||||
* | | Credit @gitprojs for auengine | Philipp Hagemeister | 2013-06-27 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-06-27 | 1 | -2/+2 | |
|\ \ | ||||||
| * \ | Merge pull request #954 from gitprojs/generic | Philipp Hagemeister | 2013-06-27 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | Augmented Generic IE | |||||
| | * | | Made 'video' the default title for generic IE | Albert Kim | 2013-06-27 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Made generic IE handle more cases | Albert Kim | 2013-06-27 | 1 | -1/+1 | |
| | |/ | | | | | | | | | | | | | Added a possible quote after file, so it can now handle cases like: 'file': 'http://www.a.com/b.mp4' | |||||
* | | | Move tests to the IE definitions | Philipp Hagemeister | 2013-06-27 | 48 | -479/+431 | |
| | | | ||||||
* | | | Tests: Add coding to files | Philipp Hagemeister | 2013-06-27 | 2 | -2/+4 | |
| | | | ||||||
* | | | [googleplus] move tests | Philipp Hagemeister | 2013-06-27 | 2 | -10/+11 | |
| | | | ||||||
* | | | [infoq] move tests | Philipp Hagemeister | 2013-06-27 | 2 | -12/+12 | |
| | | | ||||||
* | | | Remove superfluous name declarations | Philipp Hagemeister | 2013-06-27 | 3 | -3/+0 | |
| | | | ||||||
* | | | [youku] move tests | Philipp Hagemeister | 2013-06-27 | 2 | -10/+10 | |
| | | | ||||||
* | | | [eighttracks] move test | Philipp Hagemeister | 2013-06-27 | 2 | -71/+71 | |
| | | | ||||||
* | | | [steam] move test | Philipp Hagemeister | 2013-06-27 | 2 | -20/+21 | |
| | | | ||||||
* | | | [metacafe] move tests | Philipp Hagemeister | 2013-06-27 | 2 | -13/+14 | |
| | | | ||||||
* | | | [soundcloud] Move tests | Philipp Hagemeister | 2013-06-27 | 2 | -65/+65 | |
|/ / | ||||||
* | | [youtube] Fix tests in 2.x | Philipp Hagemeister | 2013-06-27 | 1 | -31/+31 | |
| | | ||||||
* | | Use str every time | Philipp Hagemeister | 2013-06-27 | 1 | -1/+1 | |
| | | ||||||
* | | Allow _TESTS attribute for IEs with multiple tests | Philipp Hagemeister | 2013-06-27 | 3 | -41/+47 | |
| | | | | | | | | This also improves the numbering of duplicate tests | |||||
* | | Allow moving tests into IE files | Philipp Hagemeister | 2013-06-27 | 3 | -10/+16 | |
|/ | | | | | 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. | |||||
* | [auengine] Rename to official capitalization | Philipp Hagemeister | 2013-06-27 | 2 | -3/+3 | |
| | ||||||
* | Merge remote-tracking branch 'gitprojs/master' | Philipp Hagemeister | 2013-06-27 | 2 | -0/+40 | |
|\ | | | | | | | | | Conflicts: youtube_dl/extractor/__init__.py | |||||
| * | Updated auengine IE to use compat_urllib* utils | Albert Kim | 2013-06-27 | 1 | -4/+6 | |
| | | ||||||
| * | Added an IE for auengine.com | Albert Kim | 2013-06-27 | 2 | -0/+38 | |
| | | ||||||
* | | release 2013.06.34.1 | Philipp Hagemeister | 2013-06-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/HEAD' | Philipp Hagemeister | 2013-06-27 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | YoutubeIE: update the docstrings and the error message of _decrypt_signature | Jaime Marquínez Ferrándiz | 2013-06-27 | 1 | -2/+2 | |
| |/ | | | | | | | Now it doesn't check the size of the two parts of the key. | |||||
* | | Add tests and improve for HotNewHipHop | Philipp Hagemeister | 2013-06-27 | 2 | -4/+11 | |
| | | ||||||
* | | Merge remote-tracking branch 'JohnyMoSwag/master' | Philipp Hagemeister | 2013-06-27 | 2 | -0/+44 | |
|\ \ | |/ |/| | ||||||
| * | fix for detecting youtube embedded videos. | Johny Mo Swag | 2013-06-27 | 1 | -1/+6 | |
| | | ||||||
| * | removed print statement | Johny Mo Swag | 2013-06-26 | 1 | -2/+0 | |
| | | ||||||
| * | Added HotNewHipHop IE | Johny Mo Swag | 2013-06-26 | 2 | -0/+41 | |
| | | ||||||
* | | release 2013.06.34 | Philipp Hagemeister | 2013-06-27 | 2 | -2/+3 | |
| | | ||||||
* | | print more encrypted signature info on -v (rel: #948) | Filippo Valsorda | 2013-06-27 | 1 | -2/+6 | |
| | | ||||||
* | | a new day, a new s algo - fix #946 | Filippo Valsorda | 2013-06-27 | 3 | -9/+9 | |
| | |