1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

[lolisafe] remove 'xbunkr.com'

This commit is contained in:
Mike Fährmann 2024-10-10 16:19:08 +02:00
parent 4a1cbe94a9
commit bcd920e24d
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
3 changed files with 2 additions and 34 deletions

View File

@ -1716,8 +1716,8 @@ Consider all listed sites to potentially be NSFW.
<td colspan="4"><strong>lolisafe and chibisafe</strong></td> <td colspan="4"><strong>lolisafe and chibisafe</strong></td>
</tr> </tr>
<tr> <tr>
<td>xBunkr</td> <td></td>
<td>https://xbunkr.com/</td> <td></td>
<td>Albums</td> <td>Albums</td>
<td></td> <td></td>
</tr> </tr>

View File

@ -20,10 +20,6 @@ class LolisafeExtractor(BaseExtractor):
BASE_PATTERN = LolisafeExtractor.update({ BASE_PATTERN = LolisafeExtractor.update({
"xbunkr": {
"root": "https://xbunkr.com",
"pattern": r"xbunkr\.com",
},
}) })

View File

@ -1,28 +0,0 @@
# -*- coding: utf-8 -*-
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
from gallery_dl.extractor import lolisafe
__tests__ = (
{
"#url" : "https://xbunkr.com/a/TA0bu3F4",
"#category": ("lolisafe", "xbunkr", "album"),
"#class" : lolisafe.LolisafeAlbumExtractor,
"#pattern" : r"https://media\.xbunkr\.com/[^.]+\.\w+",
"#count" : 861,
"album_id" : "TA0bu3F4",
"album_name": "Hannahowo Onlyfans Photos",
},
{
"#url" : "https://xbunkr.com/a/GNQc2I5d",
"#category": ("lolisafe", "xbunkr", "album"),
"#class" : lolisafe.LolisafeAlbumExtractor,
},
)