Skip to content

Commit

Permalink
add pixhost to bhd approved list
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Dec 5, 2024
1 parent 7fc488c commit 96d058e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trackers/BHD.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def upload(self, meta, disctype):
await self.upload_with_retry(meta, common)

async def upload_with_retry(self, meta, common, img_host_index=1):
approved_image_hosts = ['ptpimg', 'imgbox', 'imgbb']
approved_image_hosts = ['ptpimg', 'imgbox', 'imgbb', 'pixhost']
images_reuploaded = False

if all(any(host in image['raw_url'] for host in approved_image_hosts) for image in meta['image_list']):
Expand Down

0 comments on commit 96d058e

Please sign in to comment.