Files
astro-website/site/tests/fixtures/youtube-feed.xml
Santhosh Janardhanan af112a713c
Some checks failed
ci / site (push) Has been cancelled
Initial commit - but way too late.
2026-02-10 00:22:18 -05:00

18 lines
551 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>YouTube channel feed</title>
<entry>
<id>yt:video:abc123</id>
<title>Test Video One</title>
<published>2026-02-09T12:34:56+00:00</published>
<link rel="alternate" href="https://www.youtube.com/watch?v=abc123"/>
</entry>
<entry>
<id>yt:video:def456</id>
<title>Test Video Two</title>
<published>2026-02-08T10:00:00+00:00</published>
<link rel="alternate" href="https://www.youtube.com/watch?v=def456"/>
</entry>
</feed>