This commit is contained in:
17
site/tests/fixtures/youtube-feed.xml
vendored
Normal file
17
site/tests/fixtures/youtube-feed.xml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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>
|
||||
|
||||
Reference in New Issue
Block a user