diff --git a/lib/views/rss3.ts b/lib/views/rss3.ts index eb5c27613b72c6..0e7c9734f09d6a 100644 --- a/lib/views/rss3.ts +++ b/lib/views/rss3.ts @@ -6,7 +6,7 @@ import dayjs from 'dayjs'; * @returns `JSON.stringify`-ed [UMS Result](https://docs.rss3.io/docs/unified-metadata-schemas) */ -const NETWORK = 'RSS'; +const NETWORK = 'rsshub'; const TAG = 'RSS'; const TYPE = 'feed';