Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-01 | [youtube]: add YoutubeShowIE (closes #14) | Jaime Marquínez Ferrándiz | |
It just extracts the playlists urls for each season | |||
2013-07-01 | YoutubeIE: use a negative index when accessing the last element of the ↵ | Jaime Marquínez Ferrándiz | |
format list | |||
2013-07-01 | YoutubeIE: extract the correct video id for movie URLs (closes #597) | Jaime Marquínez Ferrándiz | |
2013-07-01 | Merge remote-tracking branch 'yasoob/master' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/__init__.py | |||
2013-07-01 | [youtube] Warn if URL is most likely wrong (#969) | Philipp Hagemeister | |
2013-06-30 | [instagram] Fix title | Philipp Hagemeister | |
2013-06-30 | StatigramIE: update the title of the test video | Jaime Marquínez Ferrándiz | |
2013-06-30 | TumblrIE: update test | Jaime Marquínez Ferrándiz | |
The video (once more) is no longer available | |||
2013-06-30 | ArteTvIE: support videos from videos.arte.tv | Jaime Marquínez Ferrándiz | |
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. | |||
2013-06-29 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2013-06-29 | [vimeo] fix detection for http://vimeo.com/groups/124584/videos/24973060 | Philipp Hagemeister | |
2013-06-29 | WatIE: support videos divided in multiple parts (closes #222 and #659) | Jaime Marquínez Ferrándiz | |
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 | |||
2013-06-29 | [tutv] Fix URL type (for Python 3) | Philipp Hagemeister | |
2013-06-29 | [tutv] Add IE (Fixes #965) | Philipp Hagemeister | |
2013-06-29 | [ted] Fix test checksum | Philipp Hagemeister | |
2013-06-29 | Document view_count (Closes #963) | Philipp Hagemeister | |
2013-06-29 | added an IE and test for traileraddict.com | M.Yasoob Khalid | |
2013-06-29 | Move TF1IE to its own file | Jaime Marquínez Ferrándiz | |
2013-06-29 | Add TF1IE | Jaime Marquínez Ferrándiz | |
2013-06-29 | keep track of the dates and html5player versions of working YT signature algos | Filippo Valsorda | |
2013-06-28 | Add WatIE | Jaime Marquínez Ferrándiz | |
2013-06-28 | Add RingTVIE (Thanks @yasoob) | M.Yasoob Khalid | |
2013-06-28 | Added an IE for gamespot. Although gamespot allows downloading but it is ↵ | M.Yasoob Khalid | |
only available to registered users. With this IE no registration is required. | |||
2013-06-27 | Merge branch 'generate-ie-list' | Philipp Hagemeister | |
2013-06-27 | [tumblr] Fix title | Philipp Hagemeister | |
2013-06-27 | Make sure SoundcloudIE does not match soundcloud sets | Philipp Hagemeister | |
2013-06-27 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-06-27 | Move tests to the IE definitions | Philipp Hagemeister | |
2013-06-27 | Merge pull request #954 from gitprojs/generic | Philipp Hagemeister | |
Augmented Generic IE | |||
2013-06-27 | Tests: Add coding to files | Philipp Hagemeister | |
2013-06-27 | [googleplus] move tests | Philipp Hagemeister | |
2013-06-27 | [infoq] move tests | Philipp Hagemeister | |
2013-06-27 | Remove superfluous name declarations | Philipp Hagemeister | |
2013-06-27 | [youku] move tests | Philipp Hagemeister | |
2013-06-27 | [eighttracks] move test | Philipp Hagemeister | |
2013-06-27 | [steam] move test | Philipp Hagemeister | |
2013-06-27 | [metacafe] move tests | Philipp Hagemeister | |
2013-06-27 | Made 'video' the default title for generic IE | Albert Kim | |
2013-06-27 | [soundcloud] Move tests | Philipp Hagemeister | |
2013-06-27 | Made generic IE handle more cases | Albert Kim | |
Added a possible quote after file, so it can now handle cases like: 'file': 'http://www.a.com/b.mp4' | |||
2013-06-27 | [youtube] Fix tests in 2.x | Philipp Hagemeister | |
2013-06-27 | Allow _TESTS attribute for IEs with multiple tests | Philipp Hagemeister | |
This also improves the numbering of duplicate tests | |||
2013-06-27 | Generate the list of IEs automatically | Philipp Hagemeister | |
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. | |||
2013-06-27 | Allow moving tests into IE files | Philipp Hagemeister | |
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. | |||
2013-06-27 | [auengine] Rename to official capitalization | Philipp Hagemeister | |
2013-06-27 | Merge remote-tracking branch 'gitprojs/master' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/__init__.py | |||
2013-06-27 | Merge remote-tracking branch 'origin/HEAD' | Philipp Hagemeister | |
2013-06-27 | Add tests and improve for HotNewHipHop | Philipp Hagemeister | |
2013-06-27 | Merge remote-tracking branch 'JohnyMoSwag/master' | Philipp Hagemeister | |
2013-06-27 | fix for detecting youtube embedded videos. | Johny Mo Swag | |