pypp / letterboxd-services

🍿 Get torrents straight from Letterboxd
GNU General Public License v3.0
23 stars 4 forks source link

Semifunctional Firefox adaptation #6

Closed mancube closed 1 year ago

mancube commented 1 year ago

I tweaked the query grabber to fix an issue where spaces in the title were replaced with random symbols, so now all the sources that use search by name and not the IMDB id work as they should.

The tweak to use this on Firefox is to add a custom filter to uBlock, as I didn't find a way to adapt the declarativeNetRequest from Chrome API to the Firefox webRequest one.

The filter looks like this:

||letterboxd.com/csi/film/*/availability/$xhr,1p

pypp commented 1 year ago

Looks good, I will test it when I get home.

pypp commented 1 year ago

The addon seems to have the same problem the old versions had. which is sometimes the torrents load but then gets removed.

pypp commented 1 year ago

Thank you for your contribution