summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Generate the list of IEs automaticallyPhilipp Hagemeister2013-06-271-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 URLsPhilipp Hagemeister2013-06-271-1/+13
| |
* | [tumblr] Fix titlePhilipp Hagemeister2013-06-271-2/+2
| |
* | Move testcase generator to helperPhilipp Hagemeister2013-06-273-14/+14
| |
* | Make sure SoundcloudIE does not match soundcloud setsPhilipp Hagemeister2013-06-271-2/+2
| |
* | release 2013.06.34.2Philipp Hagemeister2013-06-271-1/+1
| |
* | Credit @gitprojs for auenginePhilipp Hagemeister2013-06-271-1/+2
| |
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-06-271-2/+2
|\ \
| * \ Merge pull request #954 from gitprojs/genericPhilipp Hagemeister2013-06-271-2/+2
| |\ \ | | | | | | | | Augmented Generic IE
| | * | Made 'video' the default title for generic IEAlbert Kim2013-06-271-1/+1
| | | |
| | * | Made generic IE handle more casesAlbert Kim2013-06-271-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 definitionsPhilipp Hagemeister2013-06-2748-479/+431
| | |
* | | Tests: Add coding to filesPhilipp Hagemeister2013-06-272-2/+4
| | |
* | | [googleplus] move testsPhilipp Hagemeister2013-06-272-10/+11
| | |
* | | [infoq] move testsPhilipp Hagemeister2013-06-272-12/+12
| | |
* | | Remove superfluous name declarationsPhilipp Hagemeister2013-06-273-3/+0
| | |
* | | [youku] move testsPhilipp Hagemeister2013-06-272-10/+10
| | |
* | | [eighttracks] move testPhilipp Hagemeister2013-06-272-71/+71
| | |
* | | [steam] move testPhilipp Hagemeister2013-06-272-20/+21
| | |
* | | [metacafe] move testsPhilipp Hagemeister2013-06-272-13/+14
| | |
* | | [soundcloud] Move testsPhilipp Hagemeister2013-06-272-65/+65
|/ /
* | [youtube] Fix tests in 2.xPhilipp Hagemeister2013-06-271-31/+31
| |
* | Use str every timePhilipp Hagemeister2013-06-271-1/+1
| |
* | Allow _TESTS attribute for IEs with multiple testsPhilipp Hagemeister2013-06-273-41/+47
| | | | | | | | This also improves the numbering of duplicate tests
* | Allow moving tests into IE filesPhilipp Hagemeister2013-06-273-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 capitalizationPhilipp Hagemeister2013-06-272-3/+3
|
* Merge remote-tracking branch 'gitprojs/master'Philipp Hagemeister2013-06-272-0/+40
|\ | | | | | | | | Conflicts: youtube_dl/extractor/__init__.py
| * Updated auengine IE to use compat_urllib* utilsAlbert Kim2013-06-271-4/+6
| |
| * Added an IE for auengine.comAlbert Kim2013-06-272-0/+38
| |
* | release 2013.06.34.1Philipp Hagemeister2013-06-271-1/+1
| |
* | Merge remote-tracking branch 'origin/HEAD'Philipp Hagemeister2013-06-271-2/+2
|\ \
| * | YoutubeIE: update the docstrings and the error message of _decrypt_signatureJaime Marquínez Ferrándiz2013-06-271-2/+2
| |/ | | | | | | Now it doesn't check the size of the two parts of the key.
* | Add tests and improve for HotNewHipHopPhilipp Hagemeister2013-06-272-4/+11
| |
* | Merge remote-tracking branch 'JohnyMoSwag/master'Philipp Hagemeister2013-06-272-0/+44
|\ \ | |/ |/|
| * fix for detecting youtube embedded videos.Johny Mo Swag2013-06-271-1/+6
| |
| * removed print statementJohny Mo Swag2013-06-261-2/+0
| |
| * Added HotNewHipHop IEJohny Mo Swag2013-06-262-0/+41
| |
* | release 2013.06.34Philipp Hagemeister2013-06-272-2/+3
| |
* | print more encrypted signature info on -v (rel: #948)Filippo Valsorda2013-06-271-2/+6
| |
* | a new day, a new s algo - fix #946Filippo Valsorda2013-06-273-9/+9
| |
* | Check in signature generatorPhilipp Hagemeister2013-06-271-0/+76
| |
* | simplify youtube signature generationPhilipp Hagemeister2013-06-271-7/+8
|/
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-06-271-86/+36
|\
| * Merge branch 'master' of github.com:rg3/youtube-dlJaime Marquínez Ferrándiz2013-06-274-48/+57
| |\
| * | ArteTvIE: rewrite the extract process to support the new site (fixes #875)Jaime Marquínez Ferrándiz2013-06-271-86/+36
| | | | | | | | | | | | | | | The video can be downloaded with rtmp or http, but the best quality format seems to always use rtmp. Deleted the old methods.
* | | Add a clean-room implementation for youtube signaturesPhilipp Hagemeister2013-06-272-8/+53
| |/ |/|
* | Add test for youtube signature algorithmPhilipp Hagemeister2013-06-271-0/+22
| |
* | Simplify FakeYDLPhilipp Hagemeister2013-06-273-48/+35
|/
* ComedycentralIE: Force conversion of the description to unicode (close #941)Jaime Marquínez Ferrándiz2013-06-261-1/+1
| | | | When writing to a file it would fail.
* [wimp] minor readability improvements (#940)Philipp Hagemeister2013-06-263-0/+39
|\