mirror of
https://github.com/mikf/gallery-dl.git
synced 2025-01-31 19:51:34 +01:00
merge #5970: [bunkr] support 'bunkr.ci' and 'bunkrrr.org'
This commit is contained in:
commit
d1fe81dab0
@ -13,7 +13,7 @@ from .. import text
|
||||
|
||||
BASE_PATTERN = (
|
||||
r"(?:https?://)?(?:app\.)?(bunkr+"
|
||||
r"\.(?:s[kiu]|fi|ru|la|is|to|ac|black|cat|media|red|site|ws))"
|
||||
r"\.(?:s[kiu]|[cf]i|ru|la|is|to|ac|black|cat|media|red|site|ws|org))"
|
||||
)
|
||||
|
||||
LEGACY_DOMAINS = {
|
||||
|
@ -57,6 +57,18 @@ __tests__ = (
|
||||
"#count" : 9,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://bunkrrr.org/a/Lktg9Keq",
|
||||
"#category": ("lolisafe", "bunkr", "album"),
|
||||
"#class" : bunkr.BunkrAlbumExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://bunkr.ci/a/Lktg9Keq",
|
||||
"#category": ("lolisafe", "bunkr", "album"),
|
||||
"#class" : bunkr.BunkrAlbumExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://bunkr.fi/a/Lktg9Keq",
|
||||
"#category": ("lolisafe", "bunkr", "album"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user