mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 13:50:23 +02:00
[Core] Include Media RSS namespace for Atom feeds
Include Media RSS namespace for Atom feeds Fix #1511 Fix #1499
This commit is contained in:
@@ -130,7 +130,7 @@ EOD;
|
||||
/* Data are prepared, now let's begin the "MAGIE !!!" */
|
||||
$toReturn = <<<EOD
|
||||
<?xml version="1.0" encoding="{$charset}"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
|
||||
|
||||
<title type="text">{$title}</title>
|
||||
<id>{$feedUrl}</id>
|
||||
|
Reference in New Issue
Block a user