mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 03:02:50 +01:00
commit
dcc6e3f65c
@ -12,7 +12,10 @@ from .lolisafe import LolisafeAlbumExtractor
|
||||
from .. import text
|
||||
from urllib.parse import urlsplit, urlunsplit
|
||||
|
||||
BASE_PATTERN = r"(?:https?://)?(?:app\.)?bunkr+\.(?:sk|[rs]u|la|is|to)"
|
||||
BASE_PATTERN = (
|
||||
r"(?:https?://)?(?:app\.)?bunkr+"
|
||||
r"\.(?:sk|[rs]u|la|is|to|si|ac|black|cat|media|red|site|ws)"
|
||||
)
|
||||
|
||||
MEDIA_DOMAIN_OVERRIDES = {
|
||||
"cdn9.bunkr.ru" : "c9.bunkr.ru",
|
||||
|
Loading…
Reference in New Issue
Block a user