Commit Graph

229 Commits (0ca96d48c7f74e122be70b71bb5fe38f4b143cb0)

Author SHA1 Message Date
Philipp Hagemeister edf3e38ebd [youtube] Improve cache and add an option to print the extracted signatures 11 years ago
Philipp Hagemeister b61067fa4f Abort if extractaudio is given without a variable extension (#1470) 11 years ago
Philipp Hagemeister 2dad310e2c Credit @Ruirize for newgrounds 11 years ago
Philipp Hagemeister 830dd1944a Clarify -i help (#1453) 11 years ago
Philipp Hagemeister 7459e3a290 Always correct encoding when writing to sys.stderr (Fixes #1435) 11 years ago
Jaime Marquínez Ferrándiz 0b7f31184d Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)
For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given
11 years ago
Jaime Marquínez Ferrándiz ac4f319ba1 Credit @iemejia 11 years ago
Ismael Mejia 72836fcee4 Merge branch 'master' into subtitles_rework 11 years ago
Ismael Mejia d6e203b3dc [subtitles] fixed multiple subtitles language separated by comma after merge
As mentioned in the pull request, I forgot to include this changes.
aa6a10c44a
11 years ago
Jaime Marquínez Ferrándiz 085bea4513 Credit @Huarong for tv.sohu.com 11 years ago
Allan Zhou bdc6b3fc64 add support for "-f mp4" for YouTube 11 years ago
Jaime Marquínez Ferrándiz 920ef0779b Hide the password and username in verbose mode (closes #1089) 11 years ago
Philipp Hagemeister c496ca96e7 Fix platform name in Python 2 with --verbose (Closes #1228) 11 years ago
Ismael Mejia 06a401c845 Merge branch 'master' into subtitles_rework 11 years ago
Philipp Hagemeister 88a79ce6a6 Delete default user agent (Fixes #1309) 11 years ago
Jaime Marquínez Ferrándiz aa6a10c44a Allow to specify multiple subtitles languages separated by commas (closes #518) 11 years ago
Jaime Marquínez Ferrándiz d4051a8e05 Add a post processor for embedding subtitles in mp4 videos (closes #1052) 11 years ago
Ismael Mejia 18b4e04f1c Merge branch 'master' into subtitles_rework 11 years ago
Ismael Mejia 1865ed31b9 [subtitles] separated subtitle options in their own group 11 years ago
Jaime Marquínez Ferrándiz 4a55479fa9 Credit Pierre Rudloff for JeuxVideoIE and UnistraIE 11 years ago
Ismael Mejia 33eb0ce4c4 [subtitles] removed only-sub option (--skip-download achieves the same
functionality)
11 years ago
Ismael Mejia 505c28aac9 Separated subtitle options in their own group 11 years ago
Ismael Mejia 953e32b2c1 [dailymotion] Added support for subtitles + new InfoExtractor for
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.
11 years ago
Jaime Marquínez Ferrándiz 05afc96b73 Print urls from the batch file with --verbose (related #1155) 11 years ago
Philipp Hagemeister f631c3311a Hint that --update may need sudo 11 years ago
Philipp Hagemeister de29c4144e Ignore errors in git error handling in verbose mode in Python 3 11 years ago
Philipp Hagemeister f3bab0044e Write debugging output to stderr (#1059) 11 years ago
Philipp Hagemeister 8dba13f7e8 Squelch git not found exception (#973) 11 years ago
Philipp Hagemeister deacef651f Improve formatting 11 years ago
Philipp Hagemeister 62067cb9b8 Shorten --list-extractor-descriptions to --extractor-descriptions 11 years ago
Philipp Hagemeister 0f81866329 Add --list-extractor-descriptions (human-readable list of IEs) 11 years ago
Philipp Hagemeister 7dba9cd039 Sort IEs alphabetically in --list-extractors 11 years ago
Philipp Hagemeister 0beb3add18 Separate downloader options 11 years ago
Jaime Marquínez Ferrándiz 023fa8c440 Add function add_default_info_extractors to YoutubeDL
It adds to the list the ies returned by ge_extractors
11 years ago
Philipp Hagemeister ba7a1de04d Credit @gitprojs for auengine 11 years ago
Ismael Mejia 65cceef8f4 Added support for additional vtt subtitle format (WebVTT) in youtube-dl. 11 years ago
Jaime Marquínez Ferrándiz b004821fa9 Add the option "--write-auto-sub" to download automatic subtitles from Youtube
Now automatic subtitles are only downloaded if the option is given.
(closes #903)
11 years ago
Jaime Marquínez Ferrándiz c6c1974672 Add "--video-password" option (related #889)
Used only for accessing a private video

Restore the error when the account is missing
11 years ago
Philipp Hagemeister df725153d2 Credit mc2avr for JukeboxIE (#924) 11 years ago
Filippo Valsorda 93eb15c573 clean up printing in __init__.py 11 years ago
Jaime Marquínez Ferrándiz 8222d8de88 Split FileDownloader in two classes: FileDownloader and YoutubeDL
YoutubeDL is the class that coordinates everything
FileDownloader gets a filename and an info dict and downloads the video.
11 years ago
Philipp Hagemeister 0824c28c8b Remove mentions of old InfoExtractors module 11 years ago
Philipp Hagemeister 3c25b9abae Remove useless headers 11 years ago
Philipp Hagemeister 8756c5fe7a Merge remote-tracking branch 'origin/vimeo_passworded_videos' 11 years ago
Jaime Marquínez Ferrándiz c3ab8f866c Change metavar of "--sub-format" from LANG to FORMAT 11 years ago
Jaime Marquínez Ferrándiz 51090d636b VimeoIE: allow to download password protected videos 11 years ago
Philipp Hagemeister 53f72b11e5 Allow unsetting the proxy with the --proxy option 11 years ago
Philipp Hagemeister 1bd96c3a60 Deprecate --only-sub 11 years ago
jakeogh 1a2adf3f49 added --get-id option to print video IDs 11 years ago
Jaime Marquínez Ferrándiz be74864ace Credit @JohnyMoSwag for WorldstarhiphopIE (#730) 11 years ago