mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Trim URLs from feeds
This commit is contained in:
parent
652f4b6180
commit
26d832bb92
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ const fetchContentAndCreateItem = async (
|
|||
const payload = {
|
||||
userId,
|
||||
source: 'rss-feeder',
|
||||
url: item.link,
|
||||
url: item.link.trim(),
|
||||
saveRequestId: '',
|
||||
labels: [{ name: 'RSS' }],
|
||||
rssFeedUrl: feedUrl,
|
||||
|
|
|
|||
Loading…
Reference in a new issue