summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * added an IE and test for traileraddict.comM.Yasoob Khalid2013-06-292-0/+50
| |
* | Separate downloader optionsPhilipp Hagemeister2013-07-011-10/+14
| |
* | [update] Add package manager to error message (#959)Philipp Hagemeister2013-07-011-1/+1
| |
* | [youtube] Warn if URL is most likely wrong (#969)Philipp Hagemeister2013-07-011-0/+3
| |
* | [instagram] Fix titlePhilipp Hagemeister2013-06-301-2/+2
| |
* | StatigramIE: update the title of the test videoJaime Marquínez Ferrándiz2013-06-301-1/+1
| |
* | TumblrIE: update testJaime Marquínez Ferrándiz2013-06-301-4/+4
| | | | | | | | The video (once more) is no longer available
* | ArteTvIE: support videos from videos.arte.tvJaime Marquínez Ferrándiz2013-06-301-8/+55
| | | | | | | | | | Each source of videos have a different extraction process, they are in different methods of the extractor. Changed the extension of videos from mp4 to flv.
* | release 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.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.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
| | |