update test results

pull/586/head
Mike Fährmann 5 years ago
parent 88ccfe984d
commit e89413da22
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2019 Mike Fährmann
# Copyright 2019-2020 Mike Fährmann
#
# 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
@ -32,23 +32,23 @@ class IssuuPublicationExtractor(IssuuBase, GalleryExtractor):
"count" : 36,
"keyword": {
"document": {
"access" : "public",
"contentRating": dict,
"date" : "type:datetime",
"description" : "re:Motions, the brand new publication by Is",
"documentId" : r"re:\d+-d99ec95935f15091b040cb8060f05510",
"documentName" : "motions-1-2019",
"downloadState": "NOT_AVAILABLE",
"id" : r"re:\d+-d99ec95935f15091b040cb8060f05510",
"isConverting" : False,
"isQuarantined": False,
"lang" : "en",
"language" : "English",
"pageCount" : 36,
"publicationId": "d99ec95935f15091b040cb8060f05510",
"sections" : list,
"title" : "Motions by Issuu - Issue 1",
"userName" : "issuu",
"access" : "public",
"articleStories": list,
"contentRating" : dict,
"date" : "type:datetime",
"description" : "re:Motions, the brand new publication by I",
"documentId" : r"re:\d+-d99ec95935f15091b040cb8060f05510",
"documentName" : "motions-1-2019",
"downloadState" : "NOT_AVAILABLE",
"id" : r"re:\d+-d99ec95935f15091b040cb8060f05510",
"isConverting" : False,
"isQuarantined" : False,
"lang" : "en",
"language" : "English",
"pageCount" : 36,
"publicationId" : "d99ec95935f15091b040cb8060f05510",
"title" : "Motions by Issuu - Issue 1",
"userName" : "issuu",
},
"extension": "jpg",
"filename" : r"re:page_\d+",

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2019 Mike Fährmann
# Copyright 2019-2020 Mike Fährmann
#
# 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
@ -89,6 +89,7 @@ class LivedoorBlogExtractor(LivedoorExtractor):
("http://blog.livedoor.jp/zatsu_ke/", {
"range": "1-50",
"count": 50,
"archive": False,
"pattern": r"https?://livedoor.blogimg.jp/\w+/imgs/\w/\w/\w+\.\w+",
"keyword": {
"post": {

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2019 Mike Fährmann
# Copyright 2019-2020 Mike Fährmann
#
# 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
@ -116,6 +116,7 @@ EXTRACTORS = {
("https://www.fashionnova.com/collections/mini-dresses", {
"range": "1-20",
"count": 20,
"archive": False,
}),
("https://www.fashionnova.com/collections/mini-dresses/?page=1"),
("https://www.fashionnova.com/collections/mini-dresses#1"),

@ -21,11 +21,12 @@ TRAVIS_SKIP = {
"exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie", "bobx",
"archivedmoe", "archiveofsins", "thebarchive", "fireden", "4plebs",
"sankaku", "idolcomplex", "mangahere", "readcomiconline", "mangadex",
"sankakucomplex", "warosu", "fuskator",
"sankakucomplex", "warosu", "fuskator", "patreon",
}
# temporary issues, etc.
BROKEN = {
"imxto",
"mangapark",
"photobucket",
}

Loading…
Cancel
Save