From 353427ca3933f8cd888b680ecbc6731ec0430ce1 Mon Sep 17 00:00:00 2001 From: rev138 Date: Thu, 4 Jun 2015 10:37:28 -0400 Subject: [PATCH] Updated youtube notes to reflect YT API changes --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ca50ffe..11b5e40 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,8 @@ This script is intended to be run as a cron job, which might look something like ## A Note on YouTube Feeds -It is possible to publish a YouTube channel's feed, however YT makes it a little difficult: +It is possible to publish a YouTube channel's feed, by using the following URL format: -Get the URL of the YouTube Channel, ex: - -https://www.youtube.com/channel/UCQzdMyuz0Lf4zo4uGcEujFw - -Modify it thusly, then feed it to the script: - -[https://www.youtube.com/**rss**/channel/UCQzdMyuz0Lf4zo4uGcEujFw/**feed.rss**](https://www.youtube.com/rss/channel/UCQzdMyuz0Lf4zo4uGcEujFw/feed.rss) + https://www.youtube.com/feeds/videos.xml?channel_id= If you'd want Diaspora to automatically embed the video, you must also pass the `--post-raw-link` argument