Greasy Fork is available in English.

RARBG Modified

Removes XXX torrents, 720p releases, re-encodes (RARBG, VXT etc)

< Spätná väzba na RARBG Modified

Hodnotenie: Dobré - skript funguje

§
Pridaný: 01.04.2022

Low quality .sd torrents have not been removed, and can you add a configuration menu.

Shadykat01Autor
§
Pridaný: 05.09.2022

Script basically looks at torrent titles and filters out ones that contain certain terms. SD torrents aren't easily discernible because they lack a corresponding term to easily distinguish them. You can modify the line #449 in the code

if (parseInt(title.indexOf('RARBG')) > 0 || parseInt(title.indexOf('VXT')) > 0 || parseInt(title.indexOf('XVID')) > 0 || parseInt(title.indexOf('ION10')) > 0 || parseInt(title.indexOf('BDRip')) > 0 || parseInt(title.indexOf('BDRiP')) > 0 || parseInt(title.indexOf('REMUX')) > 0 || parseInt(title.indexOf('ION265')) > 0)

as per your requirements. Torrents containing any one of the above terms get removed from listings.

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.