[ngomik] fix extraction

pull/359/head
Mike Fährmann 5 years ago
parent 3969f9cbbd
commit 40637556fa
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -21,7 +21,7 @@ class AdultempireGalleryExtractor(GalleryExtractor):
test = (
("https://www.adultempire.com/5998/gallery.html", {
"range": "1",
"keyword": "9057a960a7224873431612e4c95b88b2e8b5c97b",
"keyword": "0533ef1184892be8ac02b17286797c95f389ba63",
"content": "5c6beb31e5e3cdc90ee5910d5c30f9aaec977b9e",
}),
("https://www.adultdvdempire.com/5683/gallery.html", {

@ -62,7 +62,7 @@ class LusciousAlbumExtractor(LusciousBase, GalleryExtractor):
test = (
("https://luscious.net/albums/okinami-no-koigokoro_277031/", {
"url": "7e4984a271a1072ac6483e4228a045895aff86f3",
"keyword": "c597c132834f4990f90bf5dee5de2a9d4ba263a4",
"keyword": "c0536584fc455c67940b032e6b833343871ae93d",
"content": "b3a747a6464509440bd0ff6d1267e6959f8d6ff3",
}),
("https://luscious.net/albums/virgin-killer-sweater_282582/", {

@ -44,7 +44,7 @@ class NgomikChapterExtractor(ChapterExtractor):
@staticmethod
def images(page):
readerarea = text.extract(page, 'id=readerarea', 'class=chnav')[0]
readerarea = text.extract(page, 'id="readerarea"', 'class="chnav"')[0]
return [
(text.unescape(url), None)
for url in re.findall(r"\ssrc=[\"']?([^\"' >]+)", readerarea)

@ -283,9 +283,9 @@ class SankakuPostExtractor(SankakuExtractor):
"options": (("tags", True),),
"keyword": {
"tags_artist": "bonocho",
"tags_copyright": "batman_(series) the_dark_knight",
"tags_medium": "sketch copyright_name",
"tags_studio": "dc_comics",
"tags_medium": "sketch copyright_name",
"tags_copyright": str,
"tags_character": str,
"tags_general": str,
},

@ -27,7 +27,6 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"mangapark",
"piczel",
}

Loading…
Cancel
Save