英文:
Youtube subscribe pushback notification on playlist not working
问题
I'm using https://pubsubhubbub.appspot.com/subscribe to subscribe to pushback when a new video is uploaded to a channel, i have a backend server that receives the feed and it is working, BUT when I enter a playlist link like say https://www.youtube.com/playlist?list=PLD7nPL1U-R5r3_key7yI1-aoWMdQQ0I9- it seems to accept it and it sends a challenge to my server, but i get no notification when new videos are added to the playlist.
Does the system not support playlist notifications but only channels?
英文:
I'm using https://pubsubhubbub.appspot.com/subscribe to subscribe to pushback when a new video is uploaded to a channel, i have a backend server that receives the feed and it is working, BUT when I enter a playlist link like say https://www.youtube.com/playlist?list=PLD7nPL1U-R5r3_key7yI1-aoWMdQQ0I9- it seems to accept it and it sends a challenge to my server, but i get no notification when new videos are added to the playlist.
Does the system not support playlist notifications but only channels?
答案1
得分: 1
从文档中订阅推送通知:
> 当频道执行以下任何活动时,您的PubSubHubbub回调服务器会收到Atom Feed通知:
>
> - 上传视频
> - 更新视频标题
> - 更新视频描述
似乎很明显,此功能不支持与任意播放列表一起使用。
英文:
From the documentation Subscribe to Push Notifications:
> Your PubSubHubbub callback server receives Atom feed notifications when a channel does any of the following activities:
>
> - uploads a video
> - updates a video's title
> - updates a video's description
it seems clear that this feature doesn't support working with arbitrary playlists.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论