Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-05 | release 2013.07.052013.07.05 | Philipp Hagemeister | |
2013-07-05 | DailymotionIE: simplify the extraction of the title and remove an unused ↵ | Jaime Marquínez Ferrándiz | |
assignment of video_uploader | |||
2013-07-05 | Dailymotion: fix the download of the video in the max quality (closes #986) | Jaime Marquínez Ferrándiz | |
2013-07-05 | ArteTVIE: support emission urls that don't contain the video id | Jaime Marquínez Ferrándiz | |
Like http://www.arte.tv/guide/fr/emissions/AJT/arte-journal | |||
2013-07-04 | release 2013.07.042013.07.04 | Philipp Hagemeister | |
2013-07-04 | [arte] Fix language selection (Fixes #988) | Philipp Hagemeister | |
2013-07-03 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-07-03 | [auengine] Add tests (Fixes #985) | Philipp Hagemeister | |
2013-07-02 | ArteTVIE: extract the video with the correct language | Jaime 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-02 | TudouIE: 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-02 | BlipTVIE: download the video in the best quality (closes #215) | Jaime Marquínez Ferrándiz | |
2013-07-02 | release 2013.07.022013.07.02 | Philipp Hagemeister | |
2013-07-02 | Do not show bug report for errors that are to be expected (Closes #973) | Philipp Hagemeister | |
2013-07-02 | Squelch git not found exception (#973) | Philipp Hagemeister | |
2013-07-02 | Improve formatting | Philipp Hagemeister | |
2013-07-01 | Add InstagramIE (related #904) | Jaime Marquínez Ferrándiz | |
2013-07-01 | GenericIE: match titles that spread across multiple lines (related #904) | Jaime Marquínez Ferrándiz | |
2013-07-01 | Shorten --list-extractor-descriptions to --extractor-descriptions | Philipp Hagemeister | |
2013-07-01 | Add --list-extractor-descriptions (human-readable list of IEs) | Philipp Hagemeister | |
2013-07-01 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-07-01 | Sort IEs alphabetically in --list-extractors | 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-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 | Separate downloader options | Philipp 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 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 | release 2013.06.34.42013.06.34.4 | Philipp Hagemeister | |
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 | release 2013.06.34.32013.06.34.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 | Rewrote error message a bit to clarify | Philipp Hagemeister | |
2013-06-28 | Changed 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-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. |