summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2013.06.34.4 2013.06.34.4Philipp Hagemeister2013-06-291-1/+1
|
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-06-292-14/+51
|\
| * WatIE: support videos divided in multiple parts (closes #222 and #659)Jaime Marquínez Ferrándiz2013-06-292-14/+51
| | | | | | | | | | The id for the videos is now the full id, no the one in the webpage url. Also extract more information: description, view_count and upload_date
* | [vimeo] fix detection for http://vimeo.com/groups/124584/videos/24973060Philipp Hagemeister2013-06-291-1/+1
|/
* [tutv] Fix URL type (for Python 3)Philipp Hagemeister2013-06-291-2/+2
|
* release 2013.06.34.3 2013.06.34.3Philipp Hagemeister2013-06-291-1/+1
|
* [tutv] Add IE (Fixes #965)Philipp Hagemeister2013-06-292-0/+42
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-06-291-1/+1
|\
| * Update the default output template in the READMEJaime Marquínez Ferrándiz2013-06-291-1/+1
| | | | | | | | It was changed in 08b2ac745a7991b58d17e3e8cb2c51e96b18534a
* | [ted] Fix test checksumPhilipp Hagemeister2013-06-291-1/+1
|/
* Document view_count (Closes #963)Philipp Hagemeister2013-06-291-0/+1
|
* Merge pull request #962 from jaimeMF/TF1Philipp Hagemeister2013-06-292-0/+35
|\ | | | | Add TF1IE
| * Move TF1IE to its own fileJaime Marquínez Ferrándiz2013-06-293-31/+36
| |
| * Add TF1IEJaime Marquínez Ferrándiz2013-06-292-1/+31
|/
* keep track of the dates and html5player versions of working YT signature algosFilippo Valsorda2013-06-292-1/+8
|
* Add WatIEJaime Marquínez Ferrándiz2013-06-282-0/+49
|
* Rewrote error message a bit to clarifyPhilipp Hagemeister2013-06-281-1/+1
|
* Changed the error message.M.Yasoob Ullah Khalid2013-06-281-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 Khalid2013-06-282-0/+39
|
* Added an IE for gamespot. Although gamespot allows downloading but it is ↵M.Yasoob Khalid2013-06-282-0/+46
| | | | only available to registered users. With this IE no registration is required.
* Print which IE is being skipped in test_downloadJaime Marquínez Ferrándiz2013-06-281-3/+5
|
* Add function add_default_info_extractors to YoutubeDLJaime Marquínez Ferrándiz2013-06-273-6/+10
| | | | It adds to the list the ies returned by ge_extractors
* Merge branch 'generate-ie-list'Philipp Hagemeister2013-06-271-73/+7
|\
| * 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.2 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