mirror of
https://github.com/mikf/gallery-dl.git
synced 2025-01-31 11:41:35 +01:00
update extractor test results
This commit is contained in:
parent
90e4c645ba
commit
e6cd49e78b
@ -61,7 +61,8 @@ class FlickrImageExtractor(FlickrExtractor):
|
||||
test = (
|
||||
("https://www.flickr.com/photos/departingyyz/16089302239", {
|
||||
"pattern": pattern,
|
||||
"content": "0821a28ee46386e85b02b67cf2720063440a228c",
|
||||
"content": ("3133006c6d657fe54cf7d4c46b82abbcb0efaf9f",
|
||||
"0821a28ee46386e85b02b67cf2720063440a228c"),
|
||||
"keyword": {
|
||||
"comments": int,
|
||||
"description": str,
|
||||
|
@ -1,6 +1,6 @@
|
||||
# -*- 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
|
||||
# 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+))"
|
||||
test = (("https://www.mangareader.net"
|
||||
"/karate-shoukoushi-kohinata-minoru/11"), {
|
||||
"url": "061cc92a07edf17bb991ce0821fa4c77a147a860",
|
||||
"url": "3d8a5b900856d59b8d8e83908d0df392be92c0f4",
|
||||
"keyword": "133e3e2f7c0529a35bbb16149e34c40546f8dfd6",
|
||||
})
|
||||
|
||||
|
@ -95,8 +95,8 @@ class PahealPostExtractor(PahealExtractor):
|
||||
pattern = (r"(?:https?://)?(?:rule34|rule63|cosplay)\.paheal\.net"
|
||||
r"/post/view/(\d+)")
|
||||
test = ("https://rule34.paheal.net/post/view/481609", {
|
||||
"url": "1142779378f655ec0497d4c301836aa667f788b1",
|
||||
"keyword": "34e9e93d4fa6fa06fac1a56e78c9a52e8cd7b271",
|
||||
"url": "b805434160b196c5d961d9a6e78fd50cf0d33581",
|
||||
"keyword": "fb8961c29ef8c6541d5fd4d2ae9b71923c3eb3ba",
|
||||
"content": "7b924bcf150b352ac75c9d281d061e174c851a11",
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user