diff --git a/src/trackers/BHD.py b/src/trackers/BHD.py index f8a724dc..ff1ae42b 100644 --- a/src/trackers/BHD.py +++ b/src/trackers/BHD.py @@ -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']):