aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
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-01Shorten --list-extractor-descriptions to --extractor-descriptionsPhilipp Hagemeister
2013-07-01Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister
2013-07-01Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-07-01Sort IEs alphabetically in --list-extractorsPhilipp 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-01Separate downloader optionsPhilipp Hagemeister
2013-07-01[update] Add package manager to error message (#959)Philipp Hagemeister
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-29release 2013.06.34.42013.06.34.4Philipp Hagemeister
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-29release 2013.06.34.32013.06.34.3Philipp 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-28Rewrote error message a bit to clarifyPhilipp Hagemeister
2013-06-28Changed the error message.M.Yasoob Ullah Khalid
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.
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-27Add function add_default_info_extractors to YoutubeDLJaime Marquínez Ferrándiz
It adds to the list the ies returned by ge_extractors
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-27release 2013.06.34.22013.06.34.2Philipp Hagemeister
2013-06-27Credit @gitprojs for auenginePhilipp 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