Skip to content

Commit

Permalink
BHD - all modified SD content is banned
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Jan 12, 2025
1 parent 1ee26dc commit f4a0a24
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 @@ -449,8 +449,8 @@ async def search_existing(self, meta, disctype):
console.print("[bold red]This is an internal BHD release, skipping upload[/bold red]")
meta['skipping'] = "BHD"
return []
if meta['type'] == "DVDRIP":
console.print("[bold red]No DVDRIP at BHD, skipping upload[/bold red]")
if meta['sd'] and not (meta['is_disc'] or "REMUX" in meta['type'] or "WEBDL" in meta['type']):
console.print("[bold red]Modified SD content not allowed at BHD[/bold red]")
meta['skipping'] = "BHD"
return []

Expand Down

0 comments on commit f4a0a24

Please sign in to comment.