summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-29 15:52:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-29 15:52:20 -0400
commitcbd86a2f2c9c666f718fbd72901f7216acf6557f (patch)
tree57724f6a985cd4ca9b3aac971ba91b282c2c1fb6 /doc
parentceeff9ec03a1674ac7d5389ecafb3a2a5b3a4993 (diff)
importfeed: Support youtube playlists.
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex.mdwn4
-rw-r--r--doc/tips/downloading_podcasts.mdwn6
-rw-r--r--doc/todo/Wishlist:_Import_youtube_playlists.mdwn2
3 files changed, 12 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index b3207e2da..ed77f55aa 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -258,6 +258,10 @@ subdirectories).
(Other available variables: feedauthor, itemauthor, itemsummary, itemdescription, itemrights, itemid)
The `--relaxed` and `--fast` options behave the same as they do in addurl.
+
+ When quvi is installed, links in the feed are tested to see if they
+ are on a video hosting site, and the video is downloaded. This allows
+ importing eg, youtube playlists.
* `watch`
diff --git a/doc/tips/downloading_podcasts.mdwn b/doc/tips/downloading_podcasts.mdwn
index 2e0ec0e30..d412a73bf 100644
--- a/doc/tips/downloading_podcasts.mdwn
+++ b/doc/tips/downloading_podcasts.mdwn
@@ -61,3 +61,9 @@ time-delayed deletion of upstream content. You can also work around slow
downloads upstream by podcatching to a server with ample bandwidth or work
around a slow local Internet connection by podcatching to your home server
and transferring to your laptop on demand.
+
+## youtube playlists
+
+If your git-annex is also built with quvi support, you can also use
+`git annex importfeed` on youtube playlists. It will automatically download
+the videos linked to by the playlist.
diff --git a/doc/todo/Wishlist:_Import_youtube_playlists.mdwn b/doc/todo/Wishlist:_Import_youtube_playlists.mdwn
index 28612cd5b..4826d9d24 100644
--- a/doc/todo/Wishlist:_Import_youtube_playlists.mdwn
+++ b/doc/todo/Wishlist:_Import_youtube_playlists.mdwn
@@ -26,3 +26,5 @@ It would be great if this functionality could be integrated directly into git an
Best
Karsten
+
+> [[done]] --[[Joey]]