summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-23 10:49:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-23 10:49:09 -0400
commit57ea3fe48b5bb5f98a199aca2f7319fc84cbe342 (patch)
treec1817989fc251d50a8bd627fc5b4d4012cdf8fa3
parentf7568fcc9d6d2507d4a6b090fd70cee2b3f041e2 (diff)
idea
-rw-r--r--doc/todo/switch_from_quvi_to_youtube-dl.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/switch_from_quvi_to_youtube-dl.mdwn b/doc/todo/switch_from_quvi_to_youtube-dl.mdwn
index 31c1a73f0..7737d6bb0 100644
--- a/doc/todo/switch_from_quvi_to_youtube-dl.mdwn
+++ b/doc/todo/switch_from_quvi_to_youtube-dl.mdwn
@@ -39,3 +39,7 @@ Only way I can find to avoid this wart is output to stdout with "-o -",
but that would prevent resuming. Seems it would have to be run in a temp
dir and the file moved out to the git-annex location when done, which would
prevent stuff that operates on incomplete downloads from working.
+
+If the download is run in a temp directory anyway, could use -o to
+make the filenames start with the playlist number, and support downloading
+playlists, with the playlist item number encoded in the recorded url.