Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | added an IE and test for traileraddict.com | M.Yasoob Khalid | 2013-06-29 | 2 | -0/+50 | |
| | | ||||||
* | | Separate downloader options | Philipp Hagemeister | 2013-07-01 | 1 | -10/+14 | |
| | | ||||||
* | | [update] Add package manager to error message (#959) | Philipp Hagemeister | 2013-07-01 | 1 | -1/+1 | |
| | | ||||||
* | | [youtube] Warn if URL is most likely wrong (#969) | Philipp Hagemeister | 2013-07-01 | 1 | -0/+3 | |
| | | ||||||
* | | [instagram] Fix title | Philipp Hagemeister | 2013-06-30 | 1 | -2/+2 | |
| | | ||||||
* | | StatigramIE: update the title of the test video | Jaime Marquínez Ferrándiz | 2013-06-30 | 1 | -1/+1 | |
| | | ||||||
* | | TumblrIE: update test | Jaime Marquínez Ferrándiz | 2013-06-30 | 1 | -4/+4 | |
| | | | | | | | | The video (once more) is no longer available | |||||
* | | ArteTvIE: support videos from videos.arte.tv | Jaime Marquínez Ferrándiz | 2013-06-30 | 1 | -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.4 | Philipp Hagemeister | 2013-06-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2013-06-29 | 2 | -14/+51 | |
|\ \ | ||||||
| * | | WatIE: support videos divided in multiple parts (closes #222 and #659) | Jaime Marquínez Ferrándiz | 2013-06-29 | 2 | -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/24973060 | Philipp Hagemeister | 2013-06-29 | 1 | -1/+1 | |
|/ / | ||||||
* | | [tutv] Fix URL type (for Python 3) | Philipp Hagemeister | 2013-06-29 | 1 | -2/+2 | |
| | | ||||||
* | | release 2013.06.34.3 | Philipp Hagemeister | 2013-06-29 | 1 | -1/+1 | |
| | | ||||||
* | | [tutv] Add IE (Fixes #965) | Philipp Hagemeister | 2013-06-29 | 2 | -0/+42 | |
| | | ||||||
* | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-06-29 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Update the default output template in the README | Jaime Marquínez Ferrándiz | 2013-06-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | It was changed in 08b2ac745a7991b58d17e3e8cb2c51e96b18534a | |||||
* | | | [ted] Fix test checksum | Philipp Hagemeister | 2013-06-29 | 1 | -1/+1 | |
|/ / | ||||||
* | | Document view_count (Closes #963) | Philipp Hagemeister | 2013-06-29 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #962 from jaimeMF/TF1 | Philipp Hagemeister | 2013-06-29 | 2 | -0/+35 | |
|\ \ | | | | | | | Add TF1IE | |||||
| * | | Move TF1IE to its own file | Jaime Marquínez Ferrándiz | 2013-06-29 | 3 | -31/+36 | |
| | | | ||||||
| * | | 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 | |
| | | |