mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
update extractor result tests
This commit is contained in:
parent
69205df68d
commit
b89f0d8d3c
@ -140,9 +140,9 @@ class NewgroundsVideoExtractor(NewgroundsExtractor):
|
||||
subcategory = "video"
|
||||
filename_fmt = "{category}_{index}.{extension}"
|
||||
pattern = r"(?:https?://)?([^.]+)\.newgrounds\.com/movies/?$"
|
||||
test = ("https://twistedgrim.newgrounds.com/movies", {
|
||||
test = ("https://tomfulp.newgrounds.com/movies", {
|
||||
"pattern": r"ytdl:https?://www\.newgrounds\.com/portal/view/\d+",
|
||||
"count": ">= 29",
|
||||
"count": ">= 32",
|
||||
})
|
||||
|
||||
def get_page_urls(self):
|
||||
|
@ -126,7 +126,7 @@ class NijieUserExtractor(NijieExtractor):
|
||||
r"/members(?:_illust)?\.php\?id=(\d+)")
|
||||
test = (
|
||||
("https://nijie.info/members_illust.php?id=44", {
|
||||
"url": "585d821df4716b1098660a0be426d01db4b65f2a",
|
||||
"url": "4725cf3cd9cff4715db3c7e04dd7c323b9f2dec5",
|
||||
"keyword": "d629c69e3172db1d7e026145e8eb640ac31ac16a",
|
||||
}),
|
||||
("https://nijie.info/members_illust.php?id=43", {
|
||||
@ -174,7 +174,7 @@ class NijieImageExtractor(NijieExtractor):
|
||||
r"/view(?:_popup)?\.php\?id=(\d+)")
|
||||
test = (
|
||||
("https://nijie.info/view.php?id=70720", {
|
||||
"url": "a10d4995645b5f260821e32c60a35f73546c2699",
|
||||
"url": "c1881afd89b79af3d166545de15bab4d1e32c340",
|
||||
"keyword": "408393d010307c76d52cbd0a4368d6d357805aea",
|
||||
"content": "d85e3ea896ed5e4da0bca2390ad310a4df716ca6",
|
||||
}),
|
||||
|
@ -26,8 +26,8 @@ TRAVIS_SKIP = {
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"komikcast",
|
||||
"mangapark",
|
||||
"pixnet",
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user