Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-06-27 | Credit @gitprojs for auengine | Philipp Hagemeister | |
2013-06-26 | Added support for additional vtt subtitle format (WebVTT) in youtube-dl. | Ismael Mejia | |
2013-06-25 | Add the option "--write-auto-sub" to download automatic subtitles from Youtube | Jaime Marquínez Ferrándiz | |
Now automatic subtitles are only downloaded if the option is given. (closes #903) | |||
2013-06-25 | Add "--video-password" option (related #889) | Jaime Marquínez Ferrándiz | |
Used only for accessing a private video Restore the error when the account is missing | |||
2013-06-25 | Credit mc2avr for JukeboxIE (#924) | Philipp Hagemeister | |
2013-06-24 | clean up printing in __init__.py | Filippo Valsorda | |
2013-06-24 | Split FileDownloader in two classes: FileDownloader and YoutubeDL | Jaime Marquínez Ferrándiz | |
YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video. | |||
2013-06-23 | Remove mentions of old InfoExtractors module | Philipp Hagemeister | |
2013-06-23 | Remove useless headers | Philipp Hagemeister | |
2013-06-23 | Merge remote-tracking branch 'origin/vimeo_passworded_videos' | Philipp Hagemeister | |
2013-06-23 | Change metavar of "--sub-format" from LANG to FORMAT | Jaime Marquínez Ferrándiz | |
2013-06-15 | VimeoIE: allow to download password protected videos | Jaime Marquínez Ferrándiz | |
2013-06-09 | Allow unsetting the proxy with the --proxy option | Philipp Hagemeister | |
2013-05-13 | Deprecate --only-sub | Philipp Hagemeister | |
2013-05-05 | added --get-id option to print video IDs | jakeogh | |
2013-05-05 | Credit @JohnyMoSwag for WorldstarhiphopIE (#730) | Jaime Marquínez Ferrándiz | |
2013-05-05 | Credit @julienfr112 for Ina IE (#823) | Philipp Hagemeister | |
2013-05-04 | Add --no-check-certificate (#814) | Philipp Hagemeister | |
2013-05-04 | Work around a Python bug on Windows with UTF-8 configuration (#820) | Philipp Hagemeister | |
2013-05-03 | Credit @yasoob for IE | Philipp Hagemeister | |
2013-05-03 | Simplify RedTube | Philipp Hagemeister | |