mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
merge #4159: [bunkr] update domain to bunkrr.su
This commit is contained in:
commit
aad5e6490c
@ -111,7 +111,7 @@ Consider all sites to be NSFW unless otherwise known.
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bunkr</td>
|
||||
<td>https://bunkr.la/</td>
|
||||
<td>https://bunkrr.su/</td>
|
||||
<td>Albums</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
@ -6,19 +6,19 @@
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
"""Extractors for https://bunkr.la/"""
|
||||
"""Extractors for https://bunkrr.su/"""
|
||||
|
||||
from .lolisafe import LolisafeAlbumExtractor
|
||||
from .. import text
|
||||
|
||||
|
||||
class BunkrAlbumExtractor(LolisafeAlbumExtractor):
|
||||
"""Extractor for bunkr.la albums"""
|
||||
"""Extractor for bunkrr.su albums"""
|
||||
category = "bunkr"
|
||||
root = "https://bunkr.la"
|
||||
pattern = r"(?:https?://)?(?:app\.)?bunkr\.(?:la|[sr]u|is|to)/a/([^/?#]+)"
|
||||
root = "https://bunkrr.su"
|
||||
pattern = r"(?:https?://)?(?:app\.)?bunkr+\.(?:la|[sr]u|is|to)/a/([^/?#]+)"
|
||||
test = (
|
||||
("https://bunkr.la/a/Lktg9Keq", {
|
||||
("https://bunkrr.su/a/Lktg9Keq", {
|
||||
"pattern": r"https://cdn\.bunkr\.ru/test-テスト-\"&>-QjgneIQv\.png",
|
||||
"content": "0c8768055e4e20e7c7259608b67799171b691140",
|
||||
"keyword": {
|
||||
@ -52,6 +52,7 @@ class BunkrAlbumExtractor(LolisafeAlbumExtractor):
|
||||
"num": int,
|
||||
},
|
||||
}),
|
||||
("https://bunkrr.su/a/Lktg9Keq"),
|
||||
("https://bunkr.la/a/Lktg9Keq"),
|
||||
("https://bunkr.su/a/Lktg9Keq"),
|
||||
("https://bunkr.ru/a/Lktg9Keq"),
|
||||
|
Loading…
Reference in New Issue
Block a user