summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar joseph.rawson.works@85a210ab8c0e37a0b2d6bb235738b20e23e8878f <josephrawsonworks@web>2018-01-06 21:57:06 +0000
committerGravatar admin <admin@branchable.com>2018-01-06 21:57:06 +0000
commit7931ab5e8cba45a78d476d9cd4c2bbc7bc28f6bf (patch)
tree1738b5e79ff09e10394ef2913abbba02ab4eb363
parentcced468c58ce628620680633e7ed1f87711e4dd1 (diff)
Added a comment: testing importfeed
-rw-r--r--doc/devblog/youtube-dl_day_3/comment_4_d19a698b28a5d6b583c527b9a909370d._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/devblog/youtube-dl_day_3/comment_4_d19a698b28a5d6b583c527b9a909370d._comment b/doc/devblog/youtube-dl_day_3/comment_4_d19a698b28a5d6b583c527b9a909370d._comment
new file mode 100644
index 000000000..a2a9be207
--- /dev/null
+++ b/doc/devblog/youtube-dl_day_3/comment_4_d19a698b28a5d6b583c527b9a909370d._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joseph.rawson.works@85a210ab8c0e37a0b2d6bb235738b20e23e8878f"
+ nickname="joseph.rawson.works"
+ avatar="http://cdn.libravatar.org/avatar/6b473d5484b68803e8c47eeff9197397"
+ subject="testing importfeed"
+ date="2018-01-06T21:57:06Z"
+ content="""
+I tested importfeed. It seemed to be stuck on ```importfeed checking known urls```. The first playlist I tried had 70+ videos, so I tested a shorter playlist and got the same response. I noticed that on the [[tips/downloading_podcasts]] page, only channels are mentions, but not playlists. However, you mentioned playlists in your response. I was able to work around the issue:
+
+```for _id in `youtube-dl 'https://www.youtube.com/watch?v=ps40Uminvno&list=PLWnVxuqvY7Jj2Z8aeR-qKXACCXUN4Ouv_' --get-id` ; do echo \"https://www.youtube.com/watch?v=${_id}\" ; done | git-annex addurl --batch --jobs 2```
+
+"""]]