1
0
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:
Dag
2023-10-16 02:58:03 +02:00
committed by GitHub
parent 408c2e5e91
commit ef5bd83bd0
7 changed files with 126 additions and 85 deletions

View File

@@ -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';