diff --git a/py34/url.py b/py34/url.py index a2f0e5b..62da613 100644 --- a/py34/url.py +++ b/py34/url.py @@ -21,7 +21,7 @@ class SampleURL: self.id: str = image_id def __str__(self) -> str: - return f"https://rule34.xxx//samples/{self.dir}/sample_{self.id}.jpg" + return f"https://wimg.rule34.xxx//samples/{self.dir}/sample_{self.id}.jpg" class ThumbnailURL: