mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
update extractor test results
This commit is contained in:
parent
7625912b31
commit
1d4a369ea2
@ -67,7 +67,7 @@ class _3dbooruPopularExtractor(booru.MoebooruPopularMixin, _3dbooruExtractor):
|
|||||||
r"/post/popular_(?P<scale>by_(?:day|week|month)|recent)"
|
r"/post/popular_(?P<scale>by_(?:day|week|month)|recent)"
|
||||||
r"(?:\?(?P<query>[^#]*))?")
|
r"(?:\?(?P<query>[^#]*))?")
|
||||||
test = ("http://behoimi.org/post/popular_by_month?month=2&year=2013", {
|
test = ("http://behoimi.org/post/popular_by_month?month=2&year=2013", {
|
||||||
"url": "8b1a5c5b7a10f8f5d3d6124d1aabfee0277078cb",
|
"pattern": r"http://behoimi\.org/data/../../[0-9a-f]{32}\.jpg",
|
||||||
"count": 20,
|
"count": 20,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -61,7 +61,6 @@ class HiperdexBase():
|
|||||||
|
|
||||||
class HiperdexChapterExtractor(HiperdexBase, ChapterExtractor):
|
class HiperdexChapterExtractor(HiperdexBase, ChapterExtractor):
|
||||||
"""Extractor for manga chapters from hiperdex.com"""
|
"""Extractor for manga chapters from hiperdex.com"""
|
||||||
archive_fmt = "{manga}_{chapter}_{page}"
|
|
||||||
pattern = (r"(?:https?://)?(?:www\.)?hiperdex\.com"
|
pattern = (r"(?:https?://)?(?:www\.)?hiperdex\.com"
|
||||||
r"(/manga/([^/?&#]+)/([^/?&#]+))")
|
r"(/manga/([^/?&#]+)/([^/?&#]+))")
|
||||||
test = ("https://hiperdex.com/manga/domestic-na-kanojo/154-5/", {
|
test = ("https://hiperdex.com/manga/domestic-na-kanojo/154-5/", {
|
||||||
|
@ -94,7 +94,7 @@ class KissmangaChapterExtractor(KissmangaBase, ChapterExtractor):
|
|||||||
}),
|
}),
|
||||||
("https://kissmanga.com/Manga/Houseki-no-Kuni/Oneshot?id=404189", {
|
("https://kissmanga.com/Manga/Houseki-no-Kuni/Oneshot?id=404189", {
|
||||||
"count": 49,
|
"count": 49,
|
||||||
"keyword": "d44d1b21d08e4dbf888b0c450a3f1bc919588b4f",
|
"keyword": "cea131c9fe9c71309b3270cd86718d4d1198c31c",
|
||||||
}),
|
}),
|
||||||
("https://kissmanga.com/mAnGa/mOnStEr/Monster-79?id=7608"),
|
("https://kissmanga.com/mAnGa/mOnStEr/Monster-79?id=7608"),
|
||||||
)
|
)
|
||||||
|
@ -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": "b805434160b196c5d961d9a6e78fd50cf0d33581",
|
"url": "1142779378f655ec0497d4c301836aa667f788b1",
|
||||||
"keyword": "fb8961c29ef8c6541d5fd4d2ae9b71923c3eb3ba",
|
"keyword": "34e9e93d4fa6fa06fac1a56e78c9a52e8cd7b271",
|
||||||
"content": "7b924bcf150b352ac75c9d281d061e174c851a11",
|
"content": "7b924bcf150b352ac75c9d281d061e174c851a11",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ class RealbooruTagExtractor(booru.TagMixin, RealbooruExtractor):
|
|||||||
pattern = (r"(?:https?://)?(?:www\.)?realbooru\.com/(?:index\.php)?"
|
pattern = (r"(?:https?://)?(?:www\.)?realbooru\.com/(?:index\.php)?"
|
||||||
r"\?page=post&s=list&tags=(?P<tags>[^&#]+)")
|
r"\?page=post&s=list&tags=(?P<tags>[^&#]+)")
|
||||||
test = ("https://realbooru.com/index.php?page=post&s=list&tags=wine", {
|
test = ("https://realbooru.com/index.php?page=post&s=list&tags=wine", {
|
||||||
"count": 64,
|
"count": ">= 64",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ TRAVIS_SKIP = {
|
|||||||
# temporary issues, etc.
|
# temporary issues, etc.
|
||||||
BROKEN = {
|
BROKEN = {
|
||||||
"35photo",
|
"35photo",
|
||||||
|
"furaffinity",
|
||||||
"mangapark",
|
"mangapark",
|
||||||
"photobucket",
|
"photobucket",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user