mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 12:12:34 +01:00
[lolisafe] remove zz.ht
This commit is contained in:
parent
4554c43d5f
commit
fceaee3c4f
@ -1377,12 +1377,6 @@ Consider all sites to be NSFW unless otherwise known.
|
||||
<tr>
|
||||
<td colspan="4"><strong>lolisafe and chibisafe</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ZzZz</td>
|
||||
<td>https://zz.ht/</td>
|
||||
<td>Albums</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>xBunkr</td>
|
||||
<td>https://xbunkr.com/</td>
|
||||
|
@ -20,10 +20,6 @@ class LolisafeExtractor(BaseExtractor):
|
||||
|
||||
|
||||
BASE_PATTERN = LolisafeExtractor.update({
|
||||
"zzzz" : {
|
||||
"root": "https://zz.ht",
|
||||
"pattern": r"zz\.(?:ht|fo)",
|
||||
},
|
||||
"xbunkr": {
|
||||
"root": "https://xbunkr.com",
|
||||
"pattern": r"xbunkr\.com",
|
||||
@ -35,15 +31,6 @@ class LolisafeAlbumExtractor(LolisafeExtractor):
|
||||
subcategory = "album"
|
||||
pattern = BASE_PATTERN + "/a/([^/?#]+)"
|
||||
test = (
|
||||
("https://zz.ht/a/lop7W6EZ", {
|
||||
"pattern": r"https://z\.zz\.fo/(4anuY|ih560)\.png",
|
||||
"count": 2,
|
||||
"keyword": {
|
||||
"album_id": "lop7W6EZ",
|
||||
"album_name": "ferris",
|
||||
},
|
||||
}),
|
||||
("https://zz.fo/a/lop7W6EZ"),
|
||||
("https://xbunkr.com/a/TA0bu3F4", {
|
||||
"pattern": r"https://media\.xbunkr\.com/[^.]+\.\w+",
|
||||
"count": 861,
|
||||
|
Loading…
Reference in New Issue
Block a user