[lolisafe] remove zz.ht

pull/3177/merge
Mike Fährmann 2 years ago
parent 4554c43d5f
commit fceaee3c4f
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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…
Cancel
Save