UNPKG

rsshub

Version:
14 lines (11 loc) 233 B
import { config } from '@/config'; import Parser from 'rss-parser'; const parser = new Parser({ customFields: { item: ['magnet'], }, headers: { 'User-Agent': config.ua, }, }); export default parser;