Skip to content

Commit

Permalink
LST - banned groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Jun 8, 2024
1 parent 78ea6dc commit 9f53d4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/trackers/LST.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ def __init__(self, config):
self.upload_url = 'https://lst.gg/api/torrents/upload'
self.search_url = 'https://lst.gg/api/torrents/filter'
self.signature = f"\n[center]Created by L4G's Upload Assistant[/center]"
self.banned_groups = [""]
self.banned_groups = ['aXXo', 'BRrip', 'CM8', 'CrEwSaDe', 'CTFOH', 'DNL', 'FaNGDiNG0', 'HD2DVD', 'HDTime', 'ION10', 'iPlanet', 'KiNGDOM',
'mHD', 'mSD', 'nHD', 'nikt0', 'nSD', 'NhaNc3', 'OFT', 'PRODJi', 'SANTi', 'STUTTERSHIT', 'ViSION', 'VXT', 'WAF',
'x0r', 'YIFY', 'Sicario', 'RARBG', 'MeGusta', 'TSP', 'TSPxL', 'GalaxyTV', 'TGALAXY', 'TORRENTGALAXY']
pass

async def get_cat_id(self, category_name, keywords, service):
Expand Down

0 comments on commit 9f53d4b

Please sign in to comment.