Philipp Hagemeister
62067cb9b8
Shorten --list-extractor-descriptions to --extractor-descriptions
2013-07-01 18:59:29 +02:00
Philipp Hagemeister
0f81866329
Add --list-extractor-descriptions (human-readable list of IEs)
2013-07-01 18:52:19 +02:00
Philipp Hagemeister
7dba9cd039
Sort IEs alphabetically in --list-extractors
2013-07-01 18:21:29 +02:00
Philipp Hagemeister
0beb3add18
Separate downloader options
2013-07-01 14:53:25 +02:00
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
2013-06-27 23:51:06 +02:00
Philipp Hagemeister
ba7a1de04d
Credit @gitprojs for auengine
2013-06-27 20:50:34 +02:00
Ismael Mejia
65cceef8f4
Added support for additional vtt subtitle format (WebVTT) in youtube-dl.
2013-06-26 11:28:47 +02:00
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 )
2013-06-25 23:46:24 +02:00
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
2013-06-25 22:22:32 +02:00
Philipp Hagemeister
df725153d2
Credit mc2avr for JukeboxIE ( #924 )
2013-06-25 17:57:47 +02:00
Filippo Valsorda
93eb15c573
clean up printing in __init__.py
2013-06-24 15:57:53 +02:00
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.
2013-06-24 10:21:43 +02:00
Philipp Hagemeister
0824c28c8b
Remove mentions of old InfoExtractors module
2013-06-23 22:42:59 +02:00
Philipp Hagemeister
3c25b9abae
Remove useless headers
2013-06-23 20:35:50 +02:00
Philipp Hagemeister
8756c5fe7a
Merge remote-tracking branch 'origin/vimeo_passworded_videos'
2013-06-23 19:00:16 +02:00
Jaime Marquínez Ferrándiz
c3ab8f866c
Change metavar of "--sub-format" from LANG to FORMAT
2013-06-23 12:59:20 +02:00
Jaime Marquínez Ferrándiz
51090d636b
VimeoIE: allow to download password protected videos
2013-06-15 11:35:14 +02:00
Philipp Hagemeister
53f72b11e5
Allow unsetting the proxy with the --proxy option
2013-06-09 23:43:18 +02:00
Philipp Hagemeister
1bd96c3a60
Deprecate --only-sub
2013-05-13 09:06:18 +02:00
jakeogh
1a2adf3f49
added --get-id option to print video IDs
2013-05-05 22:30:07 -07:00
Jaime Marquínez Ferrándiz
be74864ace
Credit @JohnyMoSwag for WorldstarhiphopIE ( #730 )
2013-05-05 21:56:38 +02:00
Philipp Hagemeister
0ae456f08a
Credit @julienfr112 for Ina IE ( #823 )
2013-05-05 21:35:50 +02:00
Philipp Hagemeister
ea6d901e51
Add --no-check-certificate ( #814 )
2013-05-04 12:22:56 +02:00
Philipp Hagemeister
0d94f2474c
Work around a Python bug on Windows with UTF-8 configuration ( #820 )
2013-05-04 07:09:50 +02:00
Philipp Hagemeister
95464f14d1
Credit @yasoob for IE
2013-05-03 20:08:16 +02:00
Philipp Hagemeister
c34407d16c
Simplify RedTube
2013-05-03 20:07:35 +02:00
Philipp Hagemeister
11d9224e3b
add --write-thumbnail option to download thumbnail (Suggested by `)
2013-05-01 14:04:33 +02:00
Philipp Hagemeister
dbc50fdf82
Fix help for --proxy
2013-04-30 18:27:54 +02:00
Philipp Hagemeister
5fb16555af
--proxy option
2013-04-30 17:57:13 +02:00
Philipp Hagemeister
08b2ac745a
Default to --title ( Fixes #499 )
2013-04-28 16:26:11 +02:00
Philipp Hagemeister
434aca5b14
Automatically set HTTPS proxy if given ( Fixes #805 )
2013-04-28 15:41:05 +02:00
Jaime Marquínez Ferrándiz
bd55852517
Allow to select videos to download by their upload dates (related #137 )
...
Only absolute dates.
2013-04-27 14:01:55 +02:00
Jaime Marquínez Ferrándiz
3820df0106
Merge pull request #801 from expleo/add_referer_support
2013-04-26 19:34:32 +02:00
Bjorn Heesakkers
28535652ab
Adds support for passing a referer.
2013-04-24 13:56:04 +02:00
Jaime Marquínez Ferrándiz
f4b659f782
Document order of preference for format selection ( closes #798 )
2013-04-23 10:33:54 +02:00
Philipp Hagemeister
c76cb6d548
Correct indentation
2013-04-22 23:15:05 +02:00
Philipp Hagemeister
75b5c590a8
Do not read configuration files if explicit arguments are given by a host program ( #792 )
2013-04-22 23:05:14 +02:00
Jaime Marquínez Ferrándiz
4469666780
Merge pull request #792 from fp7/master
...
Parameters as arguments to main
2013-04-22 13:44:05 -07:00
Finn Petersen
30f2999962
Added parenthesis for explicity
2013-04-22 10:15:58 +02:00
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.
2013-04-22 10:06:07 +02:00
Finn Petersen
b8ad4f02a2
Arguments as parameter to function _real_main so it can be used programmatically
2013-04-16 19:26:48 +02:00
Philipp Hagemeister
855703e55e
Option to dump intermediate pages
2013-04-11 18:31:35 +02:00
Philipp Hagemeister
844d1f9fa1
Removed overly verbose options and arguments (Should be obvious from the previous lines)
2013-04-11 10:54:37 +02:00
Stanislav Kupryakhin
213c31ae16
Added option --autonumber-size:
...
Specifies the number of digits in %(autonumber)s when it is present in output filename template or --autonumber option is given
2013-04-11 10:53:57 +02:00
Philipp Hagemeister
e8600d69fd
Credit @catch22 for ARD IE
2013-04-11 10:48:37 +02:00
Filippo Valsorda
5cb3c0b319
Merge pull request #699 by @iemejia
...
Removed innecesary function to convert subtitles, improved use of the youtube api
2013-03-20 11:35:55 +01:00
Filippo Valsorda
b9fc428494
add '--write-srt' and '--srt-lang' aliases for backwards compatibility
2013-03-20 11:29:07 +01:00
Ismael Mejia
2a4093eaf3
Added new option '--list-subs' to show the available subtitle languages
2013-03-20 08:41:54 +01:00
Ismael Mejia
9e62bc4439
Added new option '--sub-format' to choose the format of the subtitles to downloade (defaut=srt)
2013-03-20 08:41:54 +01:00
Ismael Mejia
553d097442
Refactor subtitle options from srt to the more generic 'sub'.
...
In order to be more consistent with different subtitle formats.
From:
* --write-srt to --write-sub
* --only-srt to --only-sub
* --all-srt to --all-subs
* --srt-lang to --sub-lang'
Refactored also all the mentions of srt for sub in all the source code.
2013-03-20 08:41:53 +01:00