Skip to content

Instantly share code, notes, and snippets.

@ThatGuySam
Created April 12, 2022 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThatGuySam/6c0291d722d93f8220c5daeeedd46275 to your computer and use it in GitHub Desktop.
Save ThatGuySam/6c0291d722d93f8220c5daeeedd46275 to your computer and use it in GitHub Desktop.
Youtube PubSub Non-live Upload Body Example
<?xml version='1.0' encoding='UTF-8'?>
<feed
xmlns:yt="http://www.youtube.com/xml/schemas/2015"
xmlns="http://www.w3.org/2005/Atom">
<link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<link rel="self" href="https://www.youtube.com/xml/feeds/videos.xml?channel_id=UCB3jOb5QVjX7lYecvyCoTqQ"/>
<title>YouTube video feed</title>
<updated>2022-04-12T20:18:12.634792044+00:00</updated>
<entry>
<id>yt:video:UTVZ7IQ2Ggg</id>
<yt:videoId>UTVZ7IQ2Ggg</yt:videoId>
<yt:channelId>UCB3jOb5QVjX7lYecvyCoTqQ</yt:channelId>
<title>Test 01</title>
<link rel="alternate" href="https://www.youtube.com/watch?v=UTVZ7IQ2Ggg"/>
<author>
<name>Sam Carlton</name>
<uri>https://www.youtube.com/channel/UCB3jOb5QVjX7lYecvyCoTqQ</uri>
</author>
<published>2022-04-12T20:17:51+00:00</published>
<updated>2022-04-12T20:18:12.634792044+00:00</updated>
</entry>
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment