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:
parent
4a1cbe94a9
commit
bcd920e24d
@ -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>
|
||||||
|
@ -20,10 +20,6 @@ class LolisafeExtractor(BaseExtractor):
|
|||||||
|
|
||||||
|
|
||||||
BASE_PATTERN = LolisafeExtractor.update({
|
BASE_PATTERN = LolisafeExtractor.update({
|
||||||
"xbunkr": {
|
|
||||||
"root": "https://xbunkr.com",
|
|
||||||
"pattern": r"xbunkr\.com",
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
@ -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,
|
|
||||||
},
|
|
||||||
|
|
||||||
)
|
|
Loading…
Reference in New Issue
Block a user