IPTorrents RSS URL validation fails incorrectly

Pasting a RSS url for IPTorrents does not work as Sonarr fails validation on a perfectly fine RSS URL. For example pasting https://www.iptorrents.com/torrents/rss?u=1111111;tp=f15e2b718290bbe6875d294b2d75dd53;l23;l78;l66;l65;l79;l22;l5;l4 fails the Sonarr url validation regex.

Its looking for a URL that ends with download. I suspect that is required to enable direct download links, but I can’t confirm since I don’t use IPT.

1 Like

I was on here looking for a solution to this issue and wanted to say the post by @markus101 was correct. You need to use the ‘download link’ provided by IPTorrents which ends in ‘download’ for the regex to accept it.

This is still an issue, as the sections of that url are added based on some pretty arbitrary order. If your url already has ;download in it, you can simply move that section to the end to make sonarr happy.