feat(podcast): Add Podcast 2.0 support and remove external feed dependency; implement internal RSS/Atom/JSON generators and update tests/README

This commit is contained in:
2025-10-31 21:04:50 +00:00
parent 90eb13ee17
commit 31c4460b34
16 changed files with 1667 additions and 81 deletions

View File

@@ -5,6 +5,5 @@ export { tsclass };
// third party scope
import rssParser from 'rss-parser';
import * as feed from 'feed';
export { rssParser, feed };
export { rssParser };