update youtube playlist docs
This commit is contained in:
parent
57b4c5bdff
commit
8f41a1b7ce
3 changed files with 14 additions and 10 deletions
|
@ -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.
|
||||
You can also use `git annex importfeed` on youtube playlists.
|
||||
It will use quvi to 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->
|
||||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue