Jackett: [PassThePopcorn] Display 'Freeleech'

Created on 14 Jan 2020  路  12Comments  路  Source: Jackett/Jackett

Some torrents on PassThePopcorn (PTP) receive 'Freeleech' status for a defined period of time then it expires. The word 'Freeleech' is written next to the torrent in question on PTP's website, but Jackett currently does not show that. It would be great if it did.

Jackett version: 0.12.1572.0
Mono version: N/A

Needs C# Needs Investigations

All 12 comments

I can see in the code there are some torrents with freeleech, but maybe the code is outdated.
https://github.com/Jackett/Jackett/blob/b70f38b8ff487b6aafe65c0b8475f3e6d5637114/src/Jackett.Common/Indexers/PassThePopcorn.cs#L244
I will take a look if someone invites me. ngosang @ hotmail .es

I can see in the code there are some torrents with freeleech, but maybe the code is outdated.

https://github.com/Jackett/Jackett/blob/b70f38b8ff487b6aafe65c0b8475f3e6d5637114/src/Jackett.Common/Indexers/PassThePopcorn.cs#L244

I don't have account. Do you have an invitation?

Sorry I don't have an invite.

@RoloSoze if you upload the HTML I can investigate it.

I have an account with this one and will be adding it shortly

I have an account with this one and will be adding it shortly

@cadatoiva Any luck with this issue?

Haven't had the time, tbh. It's on the list.

Just got around to looking for it, and it already tried to do this, but it failed because the result of (string)torrent["FreeleechType"] is either null or (string)"Freeleech" which fails to translate in bool.TryParse

Jackett 0.13.483

@cadatoiva It seems that this issue is back again. For example, all of the School of Rock (tt0332379) torrents are currently Freeleeh (for the next 10 days), but the 'Freeleech' tag isn't shown in Jackett. I also tested a few other random titles that are currently Freeleech, same issue.

Found the problem, we still filter by free and check for it, but one of the refactors removed the new code that checked added the free tag to the results list.

Jackett v0.14.541

All good now. Thanks!

Was this page helpful?
0 / 5 - 0 ratings