Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-07 | Fix the printing of the proxy map in debug mode | Jaime Marquínez Ferrándiz | |
The proxies have to be extracted from the opener.handlers | |||
2013-10-07 | Move opener setup into a separate helper function | Philipp Hagemeister | |
2013-10-07 | Restore warning when user forgets to quote URL (#1396) | Philipp Hagemeister | |
2013-10-06 | Merge branch 'download-archive' | Philipp Hagemeister | |
Conflicts: youtube_dl/YoutubeDL.py youtube_dl/__init__.py | |||
2013-10-06 | Allow users to specify an age limit (fixes #1545) | Philipp Hagemeister | |
With these changes, users can now restrict what videos are downloaded by the intented audience, by specifying their age with --age-limit YEARS . Add rudimentary support in youtube, pornotube, and youporn. | |||
2013-10-06 | Add basic --download-archive option | Philipp Hagemeister | |
Often, users want to be able to download only videos they haven't seen before, despite the video files having been deleted or moved in the mean time. When --download-archive FILE is given, the extractor and ID of every download is recorded in the specified file. If it is already present, the video in question is skipped. | |||
2013-10-02 | Fix help of --cachedir | Philipp Hagemeister | |
2013-10-02 | [youtube] Simplify cache_dir code (#1529) | Philipp Hagemeister | |
2013-10-02 | Merge remote-tracking branch 'holomorph/master' | Philipp Hagemeister | |
2013-09-30 | Support XDG base directory specification | Mark Oteiza | |
2013-09-30 | implement --no-playlist to only download current video - closes #755 | Filippo Valsorda | |
2013-09-29 | [update] Look for .exe extension on Windows (Fixes #745) | Philipp Hagemeister | |
2013-09-24 | Remove debugging code | Philipp Hagemeister | |
2013-09-24 | Add option --no-cache-dir | Philipp Hagemeister | |
2013-09-24 | Allow opts.cachedir == None to disable cache | Philipp Hagemeister | |
2013-09-22 | [youtube] Actually pass in cachedir option | Philipp Hagemeister | |
2013-09-22 | [youtube] Improve cache and add an option to print the extracted signatures | Philipp Hagemeister | |
2013-09-21 | Abort if extractaudio is given without a variable extension (#1470) | Philipp Hagemeister | |
2013-09-18 | Credit @Ruirize for newgrounds | Philipp Hagemeister | |
2013-09-18 | Clarify -i help (#1453) | Philipp Hagemeister | |
2013-09-16 | Always correct encoding when writing to sys.stderr (Fixes #1435) | Philipp Hagemeister | |
2013-09-14 | Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412) | Jaime Marquínez Ferrándiz | |
For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given | |||
2013-09-11 | Credit @iemejia | Jaime Marquínez Ferrándiz | |
2013-09-06 | Merge branch 'master' into subtitles_rework | Ismael Mejia | |
2013-09-06 | [subtitles] fixed multiple subtitles language separated by comma after merge | Ismael Mejia | |
As mentioned in the pull request, I forgot to include this changes. https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002 | |||
2013-09-04 | Credit @Huarong for tv.sohu.com | Jaime Marquínez Ferrándiz | |
2013-08-30 | add support for "-f mp4" for YouTube | Allan Zhou | |
2013-08-28 | Hide the password and username in verbose mode (closes #1089) | Jaime Marquínez Ferrándiz | |
2013-08-28 | Fix platform name in Python 2 with --verbose (Closes #1228) | Philipp Hagemeister | |
2013-08-28 | Merge branch 'master' into subtitles_rework | Ismael Mejia | |
2013-08-27 | Delete default user agent (Fixes #1309) | Philipp Hagemeister | |
2013-08-23 | Allow to specify multiple subtitles languages separated by commas (closes #518) | Jaime Marquínez Ferrándiz | |
2013-08-23 | Add a post processor for embedding subtitles in mp4 videos (closes #1052) | Jaime Marquínez Ferrándiz | |
2013-08-22 | Merge branch 'master' into subtitles_rework | Ismael Mejia | |
2013-08-22 | [subtitles] separated subtitle options in their own group | Ismael Mejia | |
2013-08-22 | Credit Pierre Rudloff for JeuxVideoIE and UnistraIE | Jaime Marquínez Ferrándiz | |
2013-08-08 | [subtitles] removed only-sub option (--skip-download achieves the same | Ismael Mejia | |
functionality) | |||
2013-08-08 | Separated subtitle options in their own group | Ismael Mejia | |
2013-08-07 | [dailymotion] Added support for subtitles + new InfoExtractor for | Ismael Mejia | |
generic subtitle download. The idea is that all subtitle downloaders must descend from SubtitlesIE and implement only three basic methods to achieve the complete subtitle download functionality. This will allow to reduce the code in YoutubeIE once it is rewritten. | |||
2013-07-30 | Print urls from the batch file with --verbose (related #1155) | Jaime Marquínez Ferrándiz | |
2013-07-18 | Hint that --update may need sudo | Philipp Hagemeister | |
2013-07-17 | Ignore errors in git error handling in verbose mode in Python 3 | Philipp Hagemeister | |
2013-07-17 | Write debugging output to stderr (#1059) | Philipp Hagemeister | |
2013-07-02 | Squelch git not found exception (#973) | Philipp Hagemeister | |
2013-07-02 | Improve formatting | Philipp Hagemeister | |
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 | Sort IEs alphabetically in --list-extractors | Philipp Hagemeister | |
2013-07-01 | Separate downloader options | Philipp Hagemeister | |
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 |