Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-06-29 | [ted] Fix test checksum | Philipp Hagemeister | |
2013-06-29 | Update the default output template in the README | Jaime Marquínez Ferrándiz | |
It was changed in 08b2ac745a7991b58d17e3e8cb2c51e96b18534a | |||
2013-06-29 | Document view_count (Closes #963) | Philipp Hagemeister | |
2013-06-29 | Merge pull request #962 from jaimeMF/TF1 | Philipp Hagemeister | |
Add TF1IE | |||
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. | |||
2013-06-28 | Print which IE is being skipped in test_download | Jaime Marquínez Ferrándiz | |
2013-06-27 | Add function add_default_info_extractors to YoutubeDL | Jaime Marquínez Ferrándiz | |
It adds to the list the ies returned by ge_extractors | |||
2013-06-27 | Merge branch 'generate-ie-list' | Philipp Hagemeister | |
2013-06-27 | Make sure that IEs only accept their own URLs | Philipp Hagemeister | |
2013-06-27 | [tumblr] Fix title | Philipp Hagemeister | |
2013-06-27 | Move testcase generator to helper | Philipp Hagemeister | |
2013-06-27 | Make sure SoundcloudIE does not match soundcloud sets | Philipp Hagemeister | |
2013-06-27 | release 2013.06.34.22013.06.34.2 | Philipp Hagemeister | |
2013-06-27 | Credit @gitprojs for auengine | 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 |