summaryrefslogtreecommitdiffstats
path: root/youtube_dl/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Credit @Huarong for tv.sohu.comJaime Marquínez Ferrándiz2013-09-041-0/+1
| | |
| * | add support for "-f mp4" for YouTubeAllan Zhou2013-08-301-1/+1
| | |
| * | Hide the password and username in verbose mode (closes #1089)Jaime Marquínez Ferrándiz2013-08-281-3/+13
| | |
| * | Fix platform name in Python 2 with --verbose (Closes #1228)Philipp Hagemeister2013-08-281-1/+2
| | |
| * | Delete default user agent (Fixes #1309)Philipp Hagemeister2013-08-271-0/+4
| | |
| * | Allow to specify multiple subtitles languages separated by commas (closes #518)Jaime Marquínez Ferrándiz2013-08-231-4/+8
| | |
* | | [subtitles] fixed multiple subtitles language separated by comma after mergeIsmael Mejia2013-09-061-4/+8
| | | | | | | | | | | | | | | As mentioned in the pull request, I forgot to include this changes. https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002
* | | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-281-0/+4
|\| |
| * | Add a post processor for embedding subtitles in mp4 videos (closes #1052)Jaime Marquínez Ferrándiz2013-08-231-0/+4
| | |
* | | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-221-2/+5
|\| |
| * | [subtitles] separated subtitle options in their own groupIsmael Mejia2013-08-221-12/+15
| | |
| * | Credit Pierre Rudloff for JeuxVideoIE and UnistraIEJaime Marquínez Ferrándiz2013-08-221-0/+1
| | |
| * | Print urls from the batch file with --verbose (related #1155)Jaime Marquínez Ferrándiz2013-07-301-0/+2
| | |
* | | [subtitles] removed only-sub option (--skip-download achieves the sameIsmael Mejia2013-08-081-3/+0
| | | | | | | | | | | | functionality)
* | | Separated subtitle options in their own groupIsmael Mejia2013-08-081-7/+10
| | |
* | | [dailymotion] Added support for subtitles + new InfoExtractor forIsmael Mejia2013-08-071-5/+5
|/ / | | | | | | | | | | | | | | | | 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.
* | Hint that --update may need sudoPhilipp Hagemeister2013-07-181-1/+1
| |
* | Ignore errors in git error handling in verbose mode in Python 3Philipp Hagemeister2013-07-171-1/+4
| |
* | Write debugging output to stderr (#1059)Philipp Hagemeister2013-07-171-4/+4
|/
* Squelch git not found exception (#973)Philipp Hagemeister2013-07-021-1/+1
|
* Improve formattingPhilipp Hagemeister2013-07-021-2/+4
|
* Shorten --list-extractor-descriptions to --extractor-descriptionsPhilipp Hagemeister2013-07-011-1/+1
|
* Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister2013-07-011-0/+16
|
* Sort IEs alphabetically in --list-extractorsPhilipp Hagemeister2013-07-011-1/+1
|
* Separate downloader optionsPhilipp Hagemeister2013-07-011-10/+14
|
* Add function add_default_info_extractors to YoutubeDLJaime Marquínez Ferrándiz2013-06-271-2/+1
| | | | It adds to the list the ies returned by ge_extractors
* Credit @gitprojs for auenginePhilipp Hagemeister2013-06-271-1/+2
|
* Added support for additional vtt subtitle format (WebVTT) in youtube-dl.Ismael Mejia2013-06-261-1/+1
|
* Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz2013-06-251-0/+4
| | | | | Now automatic subtitles are only downloaded if the option is given. (closes #903)
* Add "--video-password" option (related #889)Jaime Marquínez Ferrándiz2013-06-251-1/+4
| | | | | | Used only for accessing a private video Restore the error when the account is missing
* Credit mc2avr for JukeboxIE (#924)Philipp Hagemeister2013-06-251-0/+1
|
* clean up printing in __init__.pyFilippo Valsorda2013-06-241-8/+8
|
* Split FileDownloader in two classes: FileDownloader and YoutubeDLJaime Marquínez Ferrándiz2013-06-241-12/+13
| | | | | YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video.
* Remove mentions of old InfoExtractors modulePhilipp Hagemeister2013-06-231-1/+1
|
* Remove useless headersPhilipp Hagemeister2013-06-231-3/+0
|
* Merge remote-tracking branch 'origin/vimeo_passworded_videos'Philipp Hagemeister2013-06-231-1/+1
|\
| * VimeoIE: allow to download password protected videosJaime Marquínez Ferrándiz2013-06-151-1/+1
| |
* | Change metavar of "--sub-format" from LANG to FORMATJaime Marquínez Ferrándiz2013-06-231-1/+1
|/
* Allow unsetting the proxy with the --proxy optionPhilipp Hagemeister2013-06-091-2/+5
|
* Deprecate --only-subPhilipp Hagemeister2013-05-131-3/+2
|
* added --get-id option to print video IDsjakeogh2013-05-051-2/+5
|
* Credit @JohnyMoSwag for WorldstarhiphopIE (#730)Jaime Marquínez Ferrándiz2013-05-051-0/+1
|
* Credit @julienfr112 for Ina IE (#823)Philipp Hagemeister2013-05-051-0/+1
|
* Add --no-check-certificate (#814)Philipp Hagemeister2013-05-041-1/+2
|
* Work around a Python bug on Windows with UTF-8 configuration (#820)Philipp Hagemeister2013-05-041-0/+6
|
* Credit @yasoob for IEPhilipp Hagemeister2013-05-031-0/+1
|
* Simplify RedTubePhilipp Hagemeister2013-05-031-1/+2
|
* add --write-thumbnail option to download thumbnail (Suggested by `)Philipp Hagemeister2013-05-011-1/+5
|
* Fix help for --proxyPhilipp Hagemeister2013-04-301-1/+1
|
* --proxy optionPhilipp Hagemeister2013-04-301-4/+8
|