mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 15:47:32 +02:00
feat: preserve and reproduce podcast feeds (itunes rss module) (#3759)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
abstract class FormatAbstract
|
||||
{
|
||||
public const ITUNES_NS = 'http://www.itunes.com/dtds/podcast-1.0.dtd';
|
||||
|
||||
const MIME_TYPE = 'text/plain';
|
||||
|
||||
protected string $charset = 'UTF-8';
|
||||
|
Reference in New Issue
Block a user