Skip to content

Commit

Permalink
Update BHD.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edge20200 authored Apr 30, 2024
1 parent da55004 commit abfa263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/trackers/BHD.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, config):
self.tracker = 'BHD'
self.source_flag = 'BHD'
self.upload_url = 'https://beyond-hd.me/api/upload/'
self.signature = f"\n[center][url=https://beyond-hd.me/forums/topic/toolpython-l4gs-upload-assistant.5456]Created by L4G's Upload Assistant[/url][/center]"
self.signature = f"\n[center][url=https://beyond-hd.me/]Created by Upload Assistant[/url][/center]"
self.banned_groups = ['Sicario', 'TOMMY', 'x0r', 'nikt0', 'FGT', 'd3g', 'MeGusta', 'YIFY', 'tigole', 'TEKNO3D', 'C4K', 'RARBG', '4K4U', 'EASports', 'ReaLHD']
pass

Expand Down Expand Up @@ -331,4 +331,4 @@ async def edit_name(self, meta):
# name = name.replace('H.264', 'x264')
if meta['category'] == "TV" and meta.get('tv_pack', 0) == 0 and meta.get('episode_title_storage', '').strip() != '' and meta['episode'].strip() != '':
name = name.replace(meta['episode'], f"{meta['episode']} {meta['episode_title_storage']}", 1)
return name
return name

0 comments on commit abfa263

Please sign in to comment.