[nhentai] select random file servers for download URLs (#6620)

i1, i2, i3, i4 instead of just i.nhentai.net
This commit is contained in:
Mike Fährmann
2024-12-06 22:12:08 +01:00
parent 7091904b20
commit e1613fc0f4
2 changed files with 17 additions and 12 deletions

View File

@@ -12,7 +12,8 @@ __tests__ = (
"#url" : "https://nhentai.net/g/147850/",
"#category": ("", "nhentai", "gallery"),
"#class" : nhentai.NhentaiGalleryExtractor,
"#sha1_url": "5179dbf0f96af44005a0ff705a0ad64ac26547d0",
"#pattern" : r"https://i[1-4]\.nhentai\.net/galleries/867789/\d+\.jpg",
"#count" : 16,
"title" : r"re:\[Morris\] Amazon no Hiyaku \| Amazon Elixir",
"title_en" : str,
@@ -39,11 +40,11 @@ __tests__ = (
"#comment" : "webp (#6442)",
"#class" : nhentai.NhentaiGalleryExtractor,
"#range" : "4-7",
"#urls" : (
"https://i.nhentai.net/galleries/3115523/4.jpg",
"https://i.nhentai.net/galleries/3115523/5.webp",
"https://i.nhentai.net/galleries/3115523/6.webp",
"https://i.nhentai.net/galleries/3115523/7.jpg",
"#pattern" : (
r"https://i\d\.nhentai.net/galleries/3115523/4\.jpg",
r"https://i\d\.nhentai.net/galleries/3115523/5\.webp",
r"https://i\d\.nhentai.net/galleries/3115523/6\.webp",
r"https://i\d\.nhentai.net/galleries/3115523/7\.jpg",
),
},