Skip to content

Commit

Permalink
merge #5970: [bunkr] support 'bunkr.ci' and 'bunkrrr.org'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Aug 10, 2024
2 parents 8d1805e + ad6ed72 commit d1fe81d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/bunkr.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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 = {
Expand Down
12 changes: 12 additions & 0 deletions test/results/bunkr.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@
"#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"),
Expand Down

0 comments on commit d1fe81d

Please sign in to comment.