aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2013-07-03[auengine] Add tests (Fixes #985)Philipp Hagemeister
2013-07-02TudouIE: extract all the segments of the video and download the best quality ↵Jaime Marquínez Ferrándiz
(closes #975) Also simplify a bit the extraction of the id from the url and write directly the title for the test video
2013-07-02BlipTVIE: download the video in the best quality (closes #215)Jaime Marquínez Ferrándiz
2013-07-02Do not show bug report for errors that are to be expected (Closes #973)Philipp Hagemeister
2013-07-01Add InstagramIE (related #904)Jaime Marquínez Ferrándiz
2013-07-01GenericIE: match titles that spread across multiple lines (related #904)Jaime Marquínez Ferrándiz
2013-07-01Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister
2013-07-01[youtube]: add YoutubeShowIE (closes #14)Jaime Marquínez Ferrándiz
It just extracts the playlists urls for each season
2013-07-01YoutubeIE: use a negative index when accessing the last element of the ↵Jaime Marquínez Ferrándiz
format list
2013-07-01YoutubeIE: extract the correct video id for movie URLs (closes #597)Jaime Marquínez Ferrándiz
2013-07-01Merge 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 titlePhilipp Hagemeister
2013-06-30StatigramIE: update the title of the test videoJaime Marquínez Ferrándiz
2013-06-30TumblrIE: update testJaime Marquínez Ferrándiz
The video (once more) is no longer available
2013-06-30ArteTvIE: support videos from videos.arte.tvJaime 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-29Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2013-06-29[vimeo] fix detection for http://vimeo.com/groups/124584/videos/24973060Philipp Hagemeister
2013-06-29WatIE: 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 checksumPhilipp Hagemeister
2013-06-29Document view_count (Closes #963)Philipp Hagemeister
2013-06-29added an IE and test for traileraddict.comM.Yasoob Khalid
2013-06-29Move TF1IE to its own fileJaime Marquínez Ferrándiz
2013-06-29Add TF1IEJaime Marquínez Ferrándiz
2013-06-29keep track of the dates and html5player versions of working YT signature algosFilippo Valsorda
2013-06-28Add WatIEJaime Marquínez Ferrándiz
2013-06-28Add RingTVIE (Thanks @yasoob)M.Yasoob Khalid
2013-06-28Added 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-27Merge branch 'generate-ie-list'Philipp Hagemeister
2013-06-27[tumblr] Fix titlePhilipp Hagemeister
2013-06-27Make sure SoundcloudIE does not match soundcloud setsPhilipp Hagemeister
2013-06-27Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-27Merge pull request #954 from gitprojs/genericPhilipp Hagemeister
Augmented Generic IE
2013-06-27Tests: Add coding to filesPhilipp Hagemeister
2013-06-27[googleplus] move testsPhilipp Hagemeister
2013-06-27[infoq] move testsPhilipp Hagemeister
2013-06-27Remove superfluous name declarationsPhilipp Hagemeister
2013-06-27[youku] move testsPhilipp Hagemeister
2013-06-27[eighttracks] move testPhilipp Hagemeister
2013-06-27[steam] move testPhilipp Hagemeister
2013-06-27[metacafe] move testsPhilipp Hagemeister
2013-06-27Made 'video' the default title for generic IEAlbert Kim
2013-06-27[soundcloud] Move testsPhilipp Hagemeister
2013-06-27Made generic IE handle more casesAlbert 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.xPhilipp Hagemeister
2013-06-27Allow _TESTS attribute for IEs with multiple testsPhilipp Hagemeister
This also improves the numbering of duplicate tests
2013-06-27Generate the list of IEs automaticallyPhilipp 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.