diff options
author | thnetos <thnetos@web> | 2015-04-29 15:30:02 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-04-29 15:30:02 +0000 |
commit | df76d1609be1f0c94712cc5ff39336fd33d7dd4a (patch) | |
tree | baf50630076a52debb66ce161e48293cf9bb1b09 /doc | |
parent | c41669bf360c1340fbd7ed16dbc636e7c6482b27 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git_annex_importfeed_not_working_on_youtube_playlists.mdwn | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_importfeed_not_working_on_youtube_playlists.mdwn b/doc/bugs/git_annex_importfeed_not_working_on_youtube_playlists.mdwn new file mode 100644 index 000000000..3b511ca9a --- /dev/null +++ b/doc/bugs/git_annex_importfeed_not_working_on_youtube_playlists.mdwn @@ -0,0 +1,31 @@ +### Please describe the problem. +The [podcasts page](https://git-annex.branchable.com/tips/downloading_podcasts/) mentions that you should be able to use `git annex importfeed` on youtube playlists, however, that doesn't seem to work (or I am using it incorrectly). + +For example: + + » git annex importfeed --fast "https://www.youtube.com/playlist?list=PLz8YL4HVC87X3tYVYOjOLzSasPwgUsMPT" + (checking known urls...) + importfeed https://www.youtube.com/playlist?list=PLz8YL4HVC87X3tYVYOjOLzSasPwgUsMPT + /var/folders/kb/fplmcbhs4z52p4x59cqgm4kw0000gn/T/f [ <=> ] 460.08K 1.87MB/s in 0.2s + + warning: bad feed content + ok + +### What steps will reproduce the problem? + +1. Enter a git annex repository +2. Attempt to import a youtube playlist feed (see command above) with `--fast` + +### What version of git-annex are you using? On what operating system? + + » git annex version + git-annex version: 5.20150205 + build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV FsEvents XMPP DNS Feeds Quvi TDFA TorrentParser + key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E MD5E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 MD5 WORM URL + remote types: git gcrypt S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external + local repository version: 5 + supported repository version: 5 + upgrade supported from repository versions: 0 1 2 4 + +This is on Mac OSX 10.10.3, with git-annex installed via homebrew + |