From 8fa6e2cce42bf7d39c9c5a63fd24d67615695435 Mon Sep 17 00:00:00 2001 From: Tomuxs Date: Sat, 9 Aug 2025 02:06:04 +0200 Subject: [PATCH] Made urls consistent --- py34/url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: