youtube-dl working
Including resuming and cleanup of incomplete downloads. Still todo: --fast, --relaxed, importfeed, disk reserve checking, quvi code cleanup. This commit was sponsored by Anthony DeRobertis on Patreon.
This commit is contained in:
parent
4e7e1fcff4
commit
99bebdface
12 changed files with 163 additions and 70 deletions
|
@ -10,8 +10,8 @@ git annex addurl `[url ...]`
|
|||
|
||||
Downloads each url to its own file, which is added to the annex.
|
||||
|
||||
When `youtube-dl` is installed, it's used to download videos
|
||||
embedded on web pages.
|
||||
When `youtube-dl` is installed, it's used to check for a video embedded in
|
||||
a web page at the url, and that is added to the annex instead.
|
||||
|
||||
Urls to torrent files (including magnet links) will cause the content of
|
||||
the torrent to be downloaded, using `aria2c`.
|
||||
|
@ -28,10 +28,6 @@ be used to get better filenames.
|
|||
Avoid immediately downloading the url. The url is still checked
|
||||
(via HEAD) to verify that it exists, and to get its size if possible.
|
||||
|
||||
When `youtube-dl` is installed, videos embedded on web pages
|
||||
will be added. To avoid the extra work of checking for videos,
|
||||
add the `--raw` option.
|
||||
|
||||
* `--relaxed`
|
||||
|
||||
Don't immediately download the url, and avoid storing the size of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue