summaryrefslogtreecommitdiff
path: root/doc/tips
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/tips
parentede2198520dded21d580a9c199a0909c2b04923a (diff)
update youtube playlist docs
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/downloading_podcasts.mdwn17
-rw-r--r--doc/tips/using_the_web_as_a_special_remote.mdwn5
2 files changed, 11 insertions, 11 deletions
diff --git a/doc/tips/downloading_podcasts.mdwn b/doc/tips/downloading_podcasts.mdwn
index 2926c6710..70fbc0277 100644
--- a/doc/tips/downloading_podcasts.mdwn
+++ b/doc/tips/downloading_podcasts.mdwn
@@ -73,13 +73,16 @@ 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.
-
-For this you need an rss file containing links to the videos.
-For example, this url currently works:
-<http://gdata.youtube.com/feeds/api/playlists/PLz8ZG1e9MPlzefklz1Gv79icjywTXycR->
+You can also use `git annex importfeed` on youtube playlists.
+It will use quvi to automatically download the videos linked to
+by the playlist.
+
+To download a youtube playlist, you need to find the feed associated with that
+playlist, and pass it to `git annex importfeed`. There does not seem to be
+an easy link anywhere to get the feed, but you can construct its url
+manually. For a playlist like
+"https://www.youtube.com/playlist?list=PL4F80C7D2DC8D9B6C", the
+feed is "https://www.youtube.com/feeds/videos.xml?playlist_id=PL4F80C7D2DC8D9B6C"
## metadata
diff --git a/doc/tips/using_the_web_as_a_special_remote.mdwn b/doc/tips/using_the_web_as_a_special_remote.mdwn
index 2dc3419ad..4c359d3cc 100644
--- a/doc/tips/using_the_web_as_a_special_remote.mdwn
+++ b/doc/tips/using_the_web_as_a_special_remote.mdwn
@@ -99,10 +99,7 @@ playlist, and pass it to `git annex importfeed`. There does not seem to be
an easy link anywhere to get the feed, but you can construct its url
manually. For a playlist like
"https://www.youtube.com/playlist?list=PL4F80C7D2DC8D9B6C", the
-feed is "http://gdata.youtube.com/feeds/api/playlists/PL4F80C7D2DC8D9B6C"
-
-More details about youtube feeds at <http://googlesystem.blogspot.com/2008/01/youtube-feeds.html>
--- `git-annex importfeed` should handle all of them.
+feed is "https://www.youtube.com/feeds/videos.xml?playlist_id=PL4F80C7D2DC8D9B6C"
## bittorrent