From 9e24164ac30dd4f17d2a7806930c78501efed7c9 Mon Sep 17 00:00:00 2001 From: dashaun Date: Sat, 16 Dec 2023 15:17:14 -0600 Subject: [PATCH] Thanks --- README.md | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4ba83f..26783f5 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,45 @@ ## Reference Documentation -- [Subscribe to Push Notifications](https://developers.google.com/youtube/v3/guides/push_notifications) \ No newline at end of file +- [Subscribe to Push Notifications](https://developers.google.com/youtube/v3/guides/push_notifications) + +## Steps to subscribe to the feed + +- Go to [PubSubHubbub Hub](https://pubsubhubbub.appspot.com/subscribe) +- Enter the following details: + - Callback URL: We used [https://youtube-listener.javagrunt.com/] + - Topic URL: https://www.youtube.com/xml/feeds/videos.xml?channel_id=YOUR_CHANNEL_ID + - Mode: Subscribe + +## Example XML + +```xml + + + + + YouTube video feed + 2023-12-16T20:59:59.795258257+00:00 + + yt:video:CTv7TyuQn-s + CTv7TyuQn-s + UCuGoHRQbVXa4LxepmPOdUfQ + Spring Boot, YouTube Listener, then YouTube Analysis with Spring AI + + + DaShaun + https://www.youtube.com/channel/UCuGoHRQbVXa4LxepmPOdUfQ + + 2023-12-15T22:15:34+00:00 + 2023-12-16T20:59:59.795258257+00:00 + + +``` + +## Thanks you! + +Thank you [Jonas](https://github.com/Bjoggis-Studios) for the help! + +[The blog he found that pointed to the fix!](https://kevincox.ca/2021/12/16/youtube-websub/#wrong-topic-url) \ No newline at end of file