From 7931ab5e8cba45a78d476d9cd4c2bbc7bc28f6bf Mon Sep 17 00:00:00 2001 From: "joseph.rawson.works@85a210ab8c0e37a0b2d6bb235738b20e23e8878f" Date: Sat, 6 Jan 2018 21:57:06 +0000 Subject: Added a comment: testing importfeed --- .../comment_4_d19a698b28a5d6b583c527b9a909370d._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/devblog/youtube-dl_day_3/comment_4_d19a698b28a5d6b583c527b9a909370d._comment 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``` + +"""]] -- cgit v1.2.3