* Implements turbo.py & remove from domain pattern from saints.py * Remove leftover commented pattern from saints.py * Make turbo.py comply with flake8 * Add album support * Improved metadata extracion for albums and single files & created turbo.py tests using saints.py test * Align turbo.py extractor with flake8 rules * Fix #class name on turbo.py tests * Fix #category test * Fix #category test x2 * Fix #category tests * Fix #category tests * Fix TurboMediaExtractor self.groups unpacking * update basic module formatting * replace 'saint' with 'turbo' in modules list * remove saint extractors and tests * update & simplify 'media' extractor * update & simplify 'album' extractor * update tests * update supportedsites * update 'category-map' & 'config-map' --------- Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
This commit is contained in:
@@ -9260,6 +9260,7 @@ Special Values
|
||||
{
|
||||
"coomer" : "coomerparty",
|
||||
"kemono" : "kemonoparty",
|
||||
"turbo" : "saint",
|
||||
"schalenetwork": "koharu",
|
||||
"naver-chzzk" : "chzzk",
|
||||
"naver-blog" : "naver",
|
||||
@@ -9287,7 +9288,8 @@ Default
|
||||
"chzzk" : "naver-chzzk",
|
||||
"naver" : "naver-blog",
|
||||
"naverwebtoon" : "naver-webtoon",
|
||||
"pixiv" : "pixiv-novel"
|
||||
"pixiv" : "pixiv-novel",
|
||||
"saint" : "turbo"
|
||||
}
|
||||
Description
|
||||
Duplicate the configuration settings of extractor `categories`
|
||||
|
||||
@@ -102,7 +102,8 @@
|
||||
"chzzk" : "naver-chzzk",
|
||||
"naver" : "naver-blog",
|
||||
"naverwebtoon" : "naver-webtoon",
|
||||
"pixiv" : "pixiv-novel"
|
||||
"pixiv" : "pixiv-novel",
|
||||
"saint" : "turbo"
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -949,12 +949,6 @@ Consider all listed sites to potentially be NSFW.
|
||||
<td>Posts, Search Results, User Profiles</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr id="saint" title="saint">
|
||||
<td>Saint</td>
|
||||
<td>https://saint2.su/</td>
|
||||
<td>Albums, Media Files</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr id="sankaku" title="sankaku">
|
||||
<td>Sankaku Channel</td>
|
||||
<td>https://sankaku.app/</td>
|
||||
@@ -1135,9 +1129,9 @@ Consider all listed sites to potentially be NSFW.
|
||||
<td>Models, Posts, User Profiles</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr id="turbovid" title="turbovid">
|
||||
<td>turbovid.cr</td>
|
||||
<td>https://turbovid.cr/</td>
|
||||
<tr id="turbo" title="turbo">
|
||||
<td>turbo.cr</td>
|
||||
<td>https://turbo.cr/</td>
|
||||
<td>Albums, Media Files</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user