Flexget / Flexget

The official FlexGet repository

Home Page:http://www.flexget.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

all rss feed items are downloaded every times rss feed is fetched

trim21 opened this issue · comments

Expected behaviour:

I have a rss feed with all generated dynamically. Which mean it can't be cached by url.

In this case, rss plugin will re-download all torrents every times it fetch this rss feed.

Actual behaviour:

Hope rss plugin could cache torrent file by rss feed url and it's guid.

Steps to reproduce:

make a rss feed with guid fiexed, and enclosure url changed.

flexget run task with rss plugin

you will find all torrents downloaded, every times.

Additional information:

  • FlexGet version: 3.11.27

Add the unique field to the seen plugin?

Add the unique field to the seen plugin?

torrent is downloaded by rss plugin I think

response = task.requests.get(
config['url'], timeout=60, headers=headers, raise_status=False, auth=auth
)
content = response.content

That's the RSS file itself

OH, make sense. you are right.

looks like I'm wrong about this, closing it.