mirror of
https://github.com/mikf/gallery-dl.git
synced 2025-02-01 12:01:41 +01:00
[poipiku] update filter for static images (#2796)
This commit is contained in:
parent
b9a14b5758
commit
033faf67ec
@ -51,7 +51,7 @@ class PoipikuExtractor(Extractor):
|
||||
thumb = extr('class="IllustItemThumbImg" src="', '"')
|
||||
if not thumb:
|
||||
break
|
||||
elif thumb.startswith("/img/"):
|
||||
elif thumb.startswith(("//img.poipiku.com/img/", "/img/")):
|
||||
continue
|
||||
post["num"] += 1
|
||||
url = text.ensure_http_scheme(thumb[:-8])
|
||||
|
Loading…
x
Reference in New Issue
Block a user