[mangasee] remove module

This commit is contained in:
Mike Fährmann
2025-05-30 18:04:55 +02:00
parent 783f1c1b11
commit ec523c2c2c
7 changed files with 1 additions and 275 deletions

View File

@@ -1,69 +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 mangasee
import datetime
__tests__ = (
{
"#url" : "https://manga4life.com/read-online/One-Piece-chapter-1063-page-1.html",
"#category": ("", "mangalife", "chapter"),
"#class" : mangasee.MangaseeChapterExtractor,
"#pattern" : r"https://[^/]+/manga/One-Piece/1063-0\d\d\.png",
"#count" : 13,
"author" : ["ODA Eiichiro"],
"chapter" : 1063,
"chapter_minor" : "",
"chapter_string": "110630",
"count" : 13,
"date" : "dt:2024-03-29 15:07:00",
"extension" : "png",
"filename" : r"re:1063-0\d\d",
"genre" : [
"Action",
"Adventure",
"Comedy",
"Drama",
"Fantasy",
"Shounen",
],
"index" : "1",
"lang" : "en",
"language" : "English",
"manga" : "One Piece",
"page" : int,
"title" : "",
},
{
"#url" : "https://manga4life.com/manga/Ano-Musume-Ni-Kiss-To-Shirayuri-O",
"#category": ("", "mangalife", "manga"),
"#class" : mangasee.MangaseeMangaExtractor,
"#pattern" : mangasee.MangaseeChapterExtractor.pattern,
"#count" : ">= 50",
"author" : ["Canno"],
"chapter" : int,
"chapter_minor" : r"re:^|\.5$",
"chapter_string": r"re:100\d\d\d",
"date" : datetime.datetime,
"genre" : [
"Comedy",
"Romance",
"School Life",
"Seinen",
"Shoujo Ai",
],
"index" : "1",
"lang" : "en",
"language" : "English",
"manga" : "Ano-Musume-Ni-Kiss-To-Shirayuri-O",
"title" : "",
},
)

View File

@@ -1,69 +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 mangasee
import datetime
__tests__ = (
{
"#url" : "https://mangasee123.com/read-online/Tokyo-Innocent-chapter-4.5-page-1.html",
"#category": ("", "mangasee", "chapter"),
"#class" : mangasee.MangaseeChapterExtractor,
"#pattern" : r"https://[^/]+/manga/Tokyo-Innocent/0004\.5-00\d\.png",
"#count" : 8,
"author" : ["NARUMI Naru"],
"chapter" : 4,
"chapter_minor" : ".5",
"chapter_string": "100045",
"count" : 8,
"date" : "dt:2020-01-20 21:52:53",
"extension" : "png",
"filename" : r"re:0004\.5-00\d",
"genre" : [
"Comedy",
"Fantasy",
"Harem",
"Romance",
"Shounen",
"Supernatural",
],
"index" : "1",
"lang" : "en",
"language" : "English",
"manga" : "Tokyo Innocent",
"page" : int,
"title" : "",
},
{
"#url" : "https://mangasee123.com/manga/Nakamura-Koedo-To-Daizu-Keisuke-Wa-Umaku-Ikanai",
"#category": ("", "mangasee", "manga"),
"#class" : mangasee.MangaseeMangaExtractor,
"#pattern" : mangasee.MangaseeChapterExtractor.pattern,
"#count" : ">= 17",
"author" : ["TAKASE Masaya"],
"chapter" : int,
"chapter_minor" : r"re:^|\.5$",
"chapter_string": r"re:100\d\d\d",
"date" : datetime.datetime,
"genre" : [
"Comedy",
"Romance",
"School Life",
"Shounen",
"Slice of Life",
],
"index" : "1",
"lang" : "en",
"language" : "English",
"manga" : "Nakamura-Koedo-To-Daizu-Keisuke-Wa-Umaku-Ikanai",
"title" : "",
},
)