mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 10:50:47 +00:00
This commit is contained in:
parent
e3b98c826e
commit
df17ac8146
1 changed files with 2 additions and 0 deletions
|
@ -165,6 +165,8 @@ without this configuration the torrent download does not work.<br/>You can find
|
|||
await RenewalTokenAsync();
|
||||
response = await RequestWithCookiesAndRetryAsync(episodeSearchUrl, headers: GetSearchHeaders());
|
||||
}
|
||||
else if (response.Status == HttpStatusCode.NotFound)
|
||||
return releases; // search without results, eg CinemaZ: tt0075998
|
||||
else if (response.Status != HttpStatusCode.OK)
|
||||
throw new Exception($"Unknown error: {response.ContentString}");
|
||||
|
||||
|
|
Loading…
Reference in a new issue