diff options
author | Evgeny Kuznetsov <evgeny@kuznetsov.md> | 2020-02-04 17:06:32 +0300 |
---|---|---|
committer | Evgeny Kuznetsov <evgeny@kuznetsov.md> | 2020-02-04 17:06:32 +0300 |
commit | 587088fc7d93c4e3bb918b97ec2a27f54d6f6db8 (patch) | |
tree | c78f74a4eec9966742c58b2db523e111c22dfc35 /testdata/TestVideoFeed.golden | |
parent | 743db103e2b9810822805129fb1241d55499b134 (diff) | |
download | radiorus-rss-587088fc7d93c4e3bb918b97ec2a27f54d6f6db8.tar.gz radiorus-rss-587088fc7d93c4e3bb918b97ec2a27f54d6f6db8.zip |
fix processing page with upcoming announce
Diffstat (limited to 'testdata/TestVideoFeed.golden')
-rw-r--r-- | testdata/TestVideoFeed.golden | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testdata/TestVideoFeed.golden b/testdata/TestVideoFeed.golden index cff3c89..11d6bd9 100644 --- a/testdata/TestVideoFeed.golden +++ b/testdata/TestVideoFeed.golden @@ -8,5 +8,21 @@ <title>"Джазовое настроение"</title> <link>http://www.radiorus.ru/brand/63147/episodes</link> </image> + <item> + <title>Эфир от 04.02.2020 (04:10)</title> + <link>http://www.radiorus.ru/brand/63147/episode/2244130</link> + <description></description> + <enclosure url="https://audio.vgtrk.com/download?id=1992139" length="1024" type="audio/mpeg"></enclosure> + <guid>http://www.radiorus.ru/brand/63147/episode/2244130</guid> + <pubDate>Tue, 04 Feb 2020 04:10:00 +0300</pubDate> + </item> + <item> + <title>Эфир от 03.02.2020 (23:10)</title> + <link>http://www.radiorus.ru/brand/63147/episode/2244008</link> + <description></description> + <enclosure url="https://audio.vgtrk.com/download?id=1992117" length="1024" type="audio/mpeg"></enclosure> + <guid>http://www.radiorus.ru/brand/63147/episode/2244008</guid> + <pubDate>Mon, 03 Feb 2020 23:10:00 +0300</pubDate> + </item> </channel> </rss>
\ No newline at end of file |