diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-30 13:54:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-30 13:54:47 -0400 |
commit | a2c4a38853eda428919b413b5791a80e1c14db5e (patch) | |
tree | ac053f8adc84d224cd502fe626b629d57995636c /doc | |
parent | 6008ddd8213680123470d4509c025105340125de (diff) |
link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/using_the_web_as_a_special_remote.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
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 656148832..706ae2951 100644 --- a/doc/tips/using_the_web_as_a_special_remote.mdwn +++ b/doc/tips/using_the_web_as_a_special_remote.mdwn @@ -101,6 +101,9 @@ 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. + ## podcasts This is done using `git annex importfeed`. See [[downloading podcasts]]. |