summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-28 13:30:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-28 13:30:05 -0400
commit42e93faffee603749960f91c1a6d574b1ebf2ed0 (patch)
treed784a6a3c790ce87694f9cf83bf38b33c73c4a48 /doc/todo
parentede2198520dded21d580a9c199a0909c2b04923a (diff)
update youtube playlist docs
Diffstat (limited to 'doc/todo')
-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 82d61804a..145d61a33 100644
--- a/doc/todo/switch_from_quvi_to_youtube-dl.mdwn
+++ b/doc/todo/switch_from_quvi_to_youtube-dl.mdwn
@@ -39,6 +39,10 @@ playlists. Best option seems to be `--playlist-items 0` which works for
non-playlists, and downloads only 1 item from playlists (hopefully a fairly
stable item, but who knows..).
+(`git annex importfeed` handles youtube playlist downloads, but needs the
+user to find the url to the rss feed for the playlist. Youtube still has
+these, although it makes them hard to find.)
+
Another gotcha is that youtube-dl's -o option does not fully determine the
filename it downloads to. Sometims it will tack on an additional extension
(seen with youtube videos where it added a ".mkv").