tell how to find youtube playlist feeds
This commit is contained in:
parent
326bc7491d
commit
4a36d569c3
1 changed files with 6 additions and 2 deletions
|
@ -94,8 +94,12 @@ either load the short url in a browser to get the full url, or you
|
||||||
can force use of quvi with redirect detection, by prepending "quvi:" to the
|
can force use of quvi with redirect detection, by prepending "quvi:" to the
|
||||||
url.
|
url.
|
||||||
|
|
||||||
To download a youtube playlist, find the feed associated with that
|
To download a youtube playlist, you need to find the feed associated with that
|
||||||
playlist, and pass it to `git annex importfeed`.
|
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"
|
||||||
|
|
||||||
## podcasts
|
## podcasts
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue