mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
[lolisafe] add support for xbunkr (#3156)
This commit is contained in:
parent
9fc142d27b
commit
c01cad599a
@ -1331,5 +1331,11 @@ Consider all sites to be NSFW unless otherwise known.
|
||||
<td>Albums</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>xBunkr</td>
|
||||
<td>https://xbunkr.com/</td>
|
||||
<td>Albums</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -24,6 +24,10 @@ BASE_PATTERN = LolisafeExtractor.update({
|
||||
"root": "https://zz.ht",
|
||||
"pattern": r"zz\.(?:ht|fo)",
|
||||
},
|
||||
"xbunkr": {
|
||||
"root": "https://xbunkr.com",
|
||||
"pattern": r"xbunkr\.com",
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
@ -40,6 +44,15 @@ class LolisafeAlbumExtractor(LolisafeExtractor):
|
||||
},
|
||||
}),
|
||||
("https://zz.fo/a/lop7W6EZ"),
|
||||
("https://xbunkr.com/a/TA0bu3F4", {
|
||||
"pattern": r"https://media\.xbunkr\.com/[^.]+\.\w+",
|
||||
"count": 861,
|
||||
"keyword": {
|
||||
"album_id": "TA0bu3F4",
|
||||
"album_name": "Hannahowo Onlyfans Photos",
|
||||
}
|
||||
}),
|
||||
("https://xbunkr.com/a/GNQc2I5d"),
|
||||
)
|
||||
|
||||
def __init__(self, match):
|
||||
|
@ -121,6 +121,7 @@ CATEGORY_MAP = {
|
||||
"wallpapercave" : "Wallpaper Cave",
|
||||
"webtoons" : "Webtoon",
|
||||
"wikiart" : "WikiArt.org",
|
||||
"xbunkr" : "xBunkr",
|
||||
"xhamster" : "xHamster",
|
||||
"xvideos" : "XVideos",
|
||||
"yandere" : "yande.re",
|
||||
|
Loading…
Reference in New Issue
Block a user