Merge branch 'master' into scraper
This commit is contained in:
@ -31,7 +31,7 @@ class ImageURL:
|
||||
self.format: str = image_format.lstrip(".")
|
||||
|
||||
def __str__(self) -> str:
|
||||
server = "aws-mp4" if self.format in _VIDEO_FORMATS else "wimg"
|
||||
server = "aws-mp4" if self.format in VIDEO_FORMATS else "wimg"
|
||||
return f"https://{server}.rule34.xxx//images/{self.dir}/{self.id}.{self.format}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user