mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
[shimmie2] remove 'meme.museum'
This commit is contained in:
parent
aa77fda78c
commit
84fbbd96aa
@ -1285,12 +1285,6 @@ Consider all sites to be NSFW unless otherwise known.
|
||||
<tr>
|
||||
<td colspan="4"><strong>Shimmie2 Instances</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>meme.museum</td>
|
||||
<td>https://meme.museum/</td>
|
||||
<td>Posts, Tag Searches</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Loudbooru</td>
|
||||
<td>https://loudbooru.com/</td>
|
||||
|
@ -66,10 +66,6 @@ class Shimmie2Extractor(BaseExtractor):
|
||||
|
||||
|
||||
INSTANCES = {
|
||||
"mememuseum": {
|
||||
"root": "https://meme.museum",
|
||||
"pattern": r"meme\.museum",
|
||||
},
|
||||
"loudbooru": {
|
||||
"root": "https://loudbooru.com",
|
||||
"pattern": r"loudbooru\.com",
|
||||
|
@ -85,7 +85,6 @@ CATEGORY_MAP = {
|
||||
"mangaread" : "MangaRead",
|
||||
"mangasee" : "MangaSee",
|
||||
"mastodon.social": "mastodon.social",
|
||||
"mememuseum" : "meme.museum",
|
||||
"myhentaigallery": "My Hentai Gallery",
|
||||
"myportfolio" : "Adobe Portfolio",
|
||||
"naverwebtoon" : "NaverWebtoon",
|
||||
|
@ -1,38 +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 shimmie2
|
||||
|
||||
|
||||
__tests__ = (
|
||||
{
|
||||
"#url" : "https://meme.museum/post/list/animated/1",
|
||||
"#category": ("shimmie2", "mememuseum", "tag"),
|
||||
"#class" : shimmie2.Shimmie2TagExtractor,
|
||||
"#pattern" : r"https://meme\.museum/_images/\w+/\d+%20-%20",
|
||||
"#count" : ">= 30",
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://meme.museum/post/view/10243",
|
||||
"#category": ("shimmie2", "mememuseum", "post"),
|
||||
"#class" : shimmie2.Shimmie2PostExtractor,
|
||||
"#pattern" : r"https://meme\.museum/_images/105febebcd5ca791ee332adc49971f78/10243%20-%20g%20beard%20open_source%20richard_stallman%20stallman%20tagme%20text\.jpg",
|
||||
"#sha1_content": "45565f3f141fc960a8ae1168b80e718a494c52d2",
|
||||
|
||||
"extension" : "jpg",
|
||||
"file_url" : "https://meme.museum/_images/105febebcd5ca791ee332adc49971f78/10243%20-%20g%20beard%20open_source%20richard_stallman%20stallman%20tagme%20text.jpg",
|
||||
"filename" : "10243 - g beard open_source richard_stallman stallman tagme text",
|
||||
"height" : 451,
|
||||
"id" : 10243,
|
||||
"md5" : "105febebcd5ca791ee332adc49971f78",
|
||||
"size" : 0,
|
||||
"subcategory": "post",
|
||||
"tags" : "/g/ beard open_source richard_stallman stallman tagme text",
|
||||
"width" : 480,
|
||||
},
|
||||
|
||||
)
|
Loading…
Reference in New Issue
Block a user