[lolisafe] remove zz.ht
This commit is contained in:
@@ -1377,12 +1377,6 @@ Consider all sites to be NSFW unless otherwise known.
|
|||||||
<tr>
|
<tr>
|
||||||
<td colspan="4"><strong>lolisafe and chibisafe</strong></td>
|
<td colspan="4"><strong>lolisafe and chibisafe</strong></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>ZzZz</td>
|
|
||||||
<td>https://zz.ht/</td>
|
|
||||||
<td>Albums</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>xBunkr</td>
|
<td>xBunkr</td>
|
||||||
<td>https://xbunkr.com/</td>
|
<td>https://xbunkr.com/</td>
|
||||||
|
|||||||
@@ -20,10 +20,6 @@ class LolisafeExtractor(BaseExtractor):
|
|||||||
|
|
||||||
|
|
||||||
BASE_PATTERN = LolisafeExtractor.update({
|
BASE_PATTERN = LolisafeExtractor.update({
|
||||||
"zzzz" : {
|
|
||||||
"root": "https://zz.ht",
|
|
||||||
"pattern": r"zz\.(?:ht|fo)",
|
|
||||||
},
|
|
||||||
"xbunkr": {
|
"xbunkr": {
|
||||||
"root": "https://xbunkr.com",
|
"root": "https://xbunkr.com",
|
||||||
"pattern": r"xbunkr\.com",
|
"pattern": r"xbunkr\.com",
|
||||||
@@ -35,15 +31,6 @@ class LolisafeAlbumExtractor(LolisafeExtractor):
|
|||||||
subcategory = "album"
|
subcategory = "album"
|
||||||
pattern = BASE_PATTERN + "/a/([^/?#]+)"
|
pattern = BASE_PATTERN + "/a/([^/?#]+)"
|
||||||
test = (
|
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", {
|
("https://xbunkr.com/a/TA0bu3F4", {
|
||||||
"pattern": r"https://media\.xbunkr\.com/[^.]+\.\w+",
|
"pattern": r"https://media\.xbunkr\.com/[^.]+\.\w+",
|
||||||
"count": 861,
|
"count": 861,
|
||||||
|
|||||||
Reference in New Issue
Block a user