popstas / transmission-cli

Transmission PHP client for detect profit torrents and automate weburg.net downloads
http://transmission-cli.popstas.ru
MIT License
18 stars 2 forks source link

Series on weburg not downloaded if last series not last updated #19

Closed popstas closed 8 years ago

popstas commented 8 years ago

For example we have series page:

Season 9 720p   | Updated 23.12.2015
Season 10 720p  | Updated 01.03.2016
Season 10 1080p | Updated 23.02.2016

weburg-download checks from last torrent to first and breaks on first not matched torrent.

And if last updated torrent not last in list, it will never downloaded.

popstas commented 8 years ago

added config parameter weburg-series-allowed-misses

default weburg-series-allowed-misses = 1 resolve bug in 90% cases, weburg-series-allowed-misses = 3 resolve it in 99% cases, but it raise requests to weburg.net per series for parameter value, please don't set it bigger than 3