@viking wrote:
I am using discover and search_rss plugins. Torrent service that I am using for TV series doesn't have an option to generate RSS feed based on a query, so I made intermediate web page that redirects flexget search requests and returns RSS from scrapped html results.
I noticed in my logs that flexget sends at least 4 requests for every episode of any series:
search: Castle Rock (2018) S01E05 | Date: 08.08.2018 09:00:42
search: Castle Rock (2018) 1x05 | Date: 08.08.2018 09:00:42
search: Castle Rock S01E05 | Date: 08.08.2018 09:00:43
search: Castle Rock 1x05 | Date: 08.08.2018 09:00:44Is there a way to limit those emits to just one, since I never liked the idea of hammering any web server without proper need?
I can immediately return empty RSS back to flexget for anything that doesn't match first regex and just make one request to search engine, but I am wandering if there is a option in felexget to limit those emits?
Posts: 2
Participants: 2