1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-21 18:22:30 +01:00

[chevereto] remove 'deltaporno.com'

This commit is contained in:
Mike Fährmann 2024-10-10 12:57:53 +02:00
parent 7c43f9e152
commit a25aa26577
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
3 changed files with 0 additions and 51 deletions

View File

@ -1107,12 +1107,6 @@ Consider all listed sites to potentially be NSFW.
<td>Albums, individual Images, User Profiles</td>
<td></td>
</tr>
<tr>
<td>DeltaPorno</td>
<td>https://gallery.deltaporno.com/</td>
<td>Albums, individual Images, User Profiles</td>
<td></td>
</tr>
<tr>
<td colspan="4"><strong>Danbooru Instances</strong></td>

View File

@ -42,10 +42,6 @@ BASE_PATTERN = CheveretoExtractor.update({
"root": "https://img.kiwi",
"pattern": r"img\.kiwi",
},
"deltaporno": {
"root": "https://gallery.deltaporno.com",
"pattern": r"gallery\.deltaporno\.com",
},
})

View File

@ -1,41 +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 chevereto
__tests__ = (
{
"#url" : "https://gallery.deltaporno.com/image/7af6c7e241c600cd83dffdb22d4a1bb83336ede3b04bf406b36abf7b6f7dc4d8.8Gchu",
"#category": ("chevereto", "deltaporno", "image"),
"#class" : chevereto.CheveretoImageExtractor,
"#urls" : "https://gallery.deltaporno.com/images/2023/02/16/7af6c7e241c600cd83dffdb22d4a1bb83336ede3b04bf406b36abf7b6f7dc4d82e43ec48389730d4.jpg",
"#sha1_content": "f7e2a138b00c0742ccd77ab4031703bd8cc5b5a7",
"album" : "Urmumanddad321 nude",
"extension": "jpg",
"filename" : "7af6c7e241c600cd83dffdb22d4a1bb83336ede3b04bf406b36abf7b6f7dc4d82e43ec48389730d4",
"id" : "8Gchu",
"url" : "https://gallery.deltaporno.com/images/2023/02/16/7af6c7e241c600cd83dffdb22d4a1bb83336ede3b04bf406b36abf7b6f7dc4d82e43ec48389730d4.jpg",
"user" : "delta",
},
{
"#url" : "https://gallery.deltaporno.com/album/urmumanddad321-nude.RqCYu",
"#category": ("chevereto", "deltaporno", "album"),
"#class" : chevereto.CheveretoAlbumExtractor,
"#pattern" : chevereto.CheveretoImageExtractor.pattern,
"#count" : 28,
"#sha1_url": "fab8121bce72a9db2d1ed1e7520317a7a454d6c5",
},
{
"#url" : "https://gallery.deltaporno.com/delta",
"#category": ("chevereto", "deltaporno", "user"),
"#class" : chevereto.CheveretoUserExtractor,
},
)