update extractor test results
This commit is contained in:
@@ -61,7 +61,8 @@ class FlickrImageExtractor(FlickrExtractor):
|
|||||||
test = (
|
test = (
|
||||||
("https://www.flickr.com/photos/departingyyz/16089302239", {
|
("https://www.flickr.com/photos/departingyyz/16089302239", {
|
||||||
"pattern": pattern,
|
"pattern": pattern,
|
||||||
"content": "0821a28ee46386e85b02b67cf2720063440a228c",
|
"content": ("3133006c6d657fe54cf7d4c46b82abbcb0efaf9f",
|
||||||
|
"0821a28ee46386e85b02b67cf2720063440a228c"),
|
||||||
"keyword": {
|
"keyword": {
|
||||||
"comments": int,
|
"comments": int,
|
||||||
"description": str,
|
"description": str,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Copyright 2015-2019 Mike Fährmann
|
# Copyright 2015-2020 Mike Fährmann
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License version 2 as
|
||||||
@@ -38,7 +38,7 @@ class MangareaderChapterExtractor(MangareaderBase, ChapterExtractor):
|
|||||||
pattern = r"(?:https?://)?(?:www\.)?mangareader\.net((/[^/?&#]+)/(\d+))"
|
pattern = r"(?:https?://)?(?:www\.)?mangareader\.net((/[^/?&#]+)/(\d+))"
|
||||||
test = (("https://www.mangareader.net"
|
test = (("https://www.mangareader.net"
|
||||||
"/karate-shoukoushi-kohinata-minoru/11"), {
|
"/karate-shoukoushi-kohinata-minoru/11"), {
|
||||||
"url": "061cc92a07edf17bb991ce0821fa4c77a147a860",
|
"url": "3d8a5b900856d59b8d8e83908d0df392be92c0f4",
|
||||||
"keyword": "133e3e2f7c0529a35bbb16149e34c40546f8dfd6",
|
"keyword": "133e3e2f7c0529a35bbb16149e34c40546f8dfd6",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -95,8 +95,8 @@ class PahealPostExtractor(PahealExtractor):
|
|||||||
pattern = (r"(?:https?://)?(?:rule34|rule63|cosplay)\.paheal\.net"
|
pattern = (r"(?:https?://)?(?:rule34|rule63|cosplay)\.paheal\.net"
|
||||||
r"/post/view/(\d+)")
|
r"/post/view/(\d+)")
|
||||||
test = ("https://rule34.paheal.net/post/view/481609", {
|
test = ("https://rule34.paheal.net/post/view/481609", {
|
||||||
"url": "1142779378f655ec0497d4c301836aa667f788b1",
|
"url": "b805434160b196c5d961d9a6e78fd50cf0d33581",
|
||||||
"keyword": "34e9e93d4fa6fa06fac1a56e78c9a52e8cd7b271",
|
"keyword": "fb8961c29ef8c6541d5fd4d2ae9b71923c3eb3ba",
|
||||||
"content": "7b924bcf150b352ac75c9d281d061e174c851a11",
|
"content": "7b924bcf150b352ac75c9d281d061e174c851a11",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user