RARBG Modified

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

< Feedback em RARBG Modified

Avaliação: Bom - o script funciona

§
Publicado: 01/04/2022

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

Shadykat01Autor
§
Publicado: 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.

Publicar resposta

Faça o login para publicar uma resposta.