mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-21 18:22:30 +01:00
[bunkr] support 'bunkr.ps' URLs
This commit is contained in:
parent
4358799833
commit
6506afb257
@ -21,7 +21,7 @@ else:
|
||||
BASE_PATTERN = (
|
||||
r"(?:bunkr:(?:https?://)?([^/?#]+)|"
|
||||
r"(?:https?://)?(?:app\.)?(bunkr+"
|
||||
r"\.(?:s[kiu]|[cf]i|pk|ru|la|is|to|a[cx]"
|
||||
r"\.(?:s[kiu]|[cf]i|p[ks]|ru|la|is|to|a[cx]"
|
||||
r"|black|cat|media|red|site|ws|org)))"
|
||||
)
|
||||
|
||||
|
@ -57,6 +57,11 @@ __tests__ = (
|
||||
"#count" : 9,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://bunkr.ps/a/Lktg9Keq",
|
||||
"#class" : bunkr.BunkrAlbumExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://bunkr.pk/a/Lktg9Keq",
|
||||
"#class" : bunkr.BunkrAlbumExtractor,
|
||||
|
Loading…
Reference in New Issue
Block a user