aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2013-07-04release 2013.07.042013.07.04Philipp Hagemeister
2013-07-04[arte] Fix language selection (Fixes #988)Philipp Hagemeister
2013-07-03Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-07-03[auengine] Add tests (Fixes #985)Philipp Hagemeister
2013-07-02ArteTVIE: extract the video with the correct languageJaime Marquínez Ferrándiz
Some urls from the French version of the page could download the German version. Also instead of extracting the json url from the webpage, build it to skip the download
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-02release 2013.07.022013.07.02Philipp Hagemeister
2013-07-02Do not show bug report for errors that are to be expected (Closes #973)Philipp Hagemeister
2013-07-02Squelch git not found exception (#973)Philipp Hagemeister
2013-07-02Improve formattingPhilipp 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-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