mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-28 05:54:19 +02:00
feat: preserve and reproduce podcast feeds (itunes rss module) (#3759)
This commit is contained in:
parent
408c2e5e91
commit
ef5bd83bd0
7 changed files with 126 additions and 85 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue