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
alphapapa
0025da15cf
Clarify that download rate is in bytes per second
I found f918ec7ea2
but it is still not clear to anyone who hasn't read Issue #723 whether the limit is in bits or bytes. This is doubly confusing because 1) ISPs usually advertise speeds in bits per second, and 2) lowercase "k" and "m" are often used in correlation with bits rather than bytes.
11 years ago
Philipp Hagemeister
8dba13f7e8
Squelch git not found exception ( #973 )
12 years ago
Philipp Hagemeister
deacef651f
Improve formatting
12 years ago
Philipp Hagemeister
62067cb9b8
Shorten --list-extractor-descriptions to --extractor-descriptions
12 years ago
Philipp Hagemeister
0f81866329
Add --list-extractor-descriptions (human-readable list of IEs)
12 years ago
Philipp Hagemeister
7dba9cd039
Sort IEs alphabetically in --list-extractors
12 years ago
Philipp Hagemeister
0beb3add18
Separate downloader options
12 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
12 years ago
Philipp Hagemeister
ba7a1de04d
Credit @gitprojs for auengine
12 years ago
Ismael Mejia
65cceef8f4
Added support for additional vtt subtitle format (WebVTT) in youtube-dl.
12 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 )
12 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
12 years ago
Philipp Hagemeister
df725153d2
Credit mc2avr for JukeboxIE ( #924 )
12 years ago
Filippo Valsorda
93eb15c573
clean up printing in __init__.py
12 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.
12 years ago
Philipp Hagemeister
0824c28c8b
Remove mentions of old InfoExtractors module
12 years ago
Philipp Hagemeister
3c25b9abae
Remove useless headers
12 years ago
Jaime Marquínez Ferrándiz
c3ab8f866c
Change metavar of "--sub-format" from LANG to FORMAT
12 years ago
Jaime Marquínez Ferrándiz
51090d636b
VimeoIE: allow to download password protected videos
12 years ago
Philipp Hagemeister
53f72b11e5
Allow unsetting the proxy with the --proxy option
12 years ago
Philipp Hagemeister
1bd96c3a60
Deprecate --only-sub
12 years ago
jakeogh
1a2adf3f49
added --get-id option to print video IDs
12 years ago
Jaime Marquínez Ferrándiz
be74864ace
Credit @JohnyMoSwag for WorldstarhiphopIE ( #730 )
12 years ago
Philipp Hagemeister
0ae456f08a
Credit @julienfr112 for Ina IE ( #823 )
12 years ago
Philipp Hagemeister
ea6d901e51
Add --no-check-certificate ( #814 )
12 years ago
Philipp Hagemeister
0d94f2474c
Work around a Python bug on Windows with UTF-8 configuration ( #820 )
12 years ago
Philipp Hagemeister
95464f14d1
Credit @yasoob for IE
12 years ago
Philipp Hagemeister
c34407d16c
Simplify RedTube
12 years ago
Philipp Hagemeister
11d9224e3b
add --write-thumbnail option to download thumbnail (Suggested by `)
12 years ago
Philipp Hagemeister
dbc50fdf82
Fix help for --proxy
12 years ago
Philipp Hagemeister
5fb16555af
--proxy option
12 years ago
Philipp Hagemeister
08b2ac745a
Default to --title ( Fixes #499 )
12 years ago
Philipp Hagemeister
434aca5b14
Automatically set HTTPS proxy if given ( Fixes #805 )
12 years ago
Jaime Marquínez Ferrándiz
bd55852517
Allow to select videos to download by their upload dates (related #137 )
Only absolute dates.
12 years ago
Bjorn Heesakkers
28535652ab
Adds support for passing a referer.
12 years ago
Jaime Marquínez Ferrándiz
f4b659f782
Document order of preference for format selection ( closes #798 )
12 years ago
Philipp Hagemeister
c76cb6d548
Correct indentation
12 years ago
Philipp Hagemeister
75b5c590a8
Do not read configuration files if explicit arguments are given by a host program ( #792 )
12 years ago
Finn Petersen
30f2999962
Added parenthesis for explicity
12 years ago
Jaime Marquínez Ferrándiz
74e3452b9e
Add playlist and playlist_index to the help string for the output option
Also split the help string in different lines to make editing easier.
12 years ago
Finn Petersen
b8ad4f02a2
Arguments as parameter to function _real_main so it can be used programmatically
12 years ago
Philipp Hagemeister
855703e55e
Option to dump intermediate pages
12 years ago
Philipp Hagemeister
844d1f9fa1
Removed overly verbose options and arguments (Should be obvious from the previous lines)
12 years ago