mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 10:13:52 -04:00
* feat(import): accept .txt URL lists alongside OPML/JSON/ZIP Detects .txt by extension and wraps the URL list into a minimal OPML document so the existing import pipeline handles dedup, categories and feed limits unchanged. Blank lines, `#` comments and a UTF-8 BOM are skipped; lines that don't parse as URLs are logged and dropped without aborting the batch. Works through both `cli/import-for-user.php` and the web import form. * utf8BOM * ENT_COMPAT --------- Co-authored-by: Bjørn A. Andersen <polybjorn@users.noreply.github.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>