Removes XXX torrents, 720p releases, re-encodes (RARBG, VXT etc)
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.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Low quality .sd torrents have not been removed, and can you add a configuration menu.