update extractor result tests
This commit is contained in:
@@ -140,9 +140,9 @@ class NewgroundsVideoExtractor(NewgroundsExtractor):
|
|||||||
subcategory = "video"
|
subcategory = "video"
|
||||||
filename_fmt = "{category}_{index}.{extension}"
|
filename_fmt = "{category}_{index}.{extension}"
|
||||||
pattern = r"(?:https?://)?([^.]+)\.newgrounds\.com/movies/?$"
|
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+",
|
"pattern": r"ytdl:https?://www\.newgrounds\.com/portal/view/\d+",
|
||||||
"count": ">= 29",
|
"count": ">= 32",
|
||||||
})
|
})
|
||||||
|
|
||||||
def get_page_urls(self):
|
def get_page_urls(self):
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ class NijieUserExtractor(NijieExtractor):
|
|||||||
r"/members(?:_illust)?\.php\?id=(\d+)")
|
r"/members(?:_illust)?\.php\?id=(\d+)")
|
||||||
test = (
|
test = (
|
||||||
("https://nijie.info/members_illust.php?id=44", {
|
("https://nijie.info/members_illust.php?id=44", {
|
||||||
"url": "585d821df4716b1098660a0be426d01db4b65f2a",
|
"url": "4725cf3cd9cff4715db3c7e04dd7c323b9f2dec5",
|
||||||
"keyword": "d629c69e3172db1d7e026145e8eb640ac31ac16a",
|
"keyword": "d629c69e3172db1d7e026145e8eb640ac31ac16a",
|
||||||
}),
|
}),
|
||||||
("https://nijie.info/members_illust.php?id=43", {
|
("https://nijie.info/members_illust.php?id=43", {
|
||||||
@@ -174,7 +174,7 @@ class NijieImageExtractor(NijieExtractor):
|
|||||||
r"/view(?:_popup)?\.php\?id=(\d+)")
|
r"/view(?:_popup)?\.php\?id=(\d+)")
|
||||||
test = (
|
test = (
|
||||||
("https://nijie.info/view.php?id=70720", {
|
("https://nijie.info/view.php?id=70720", {
|
||||||
"url": "a10d4995645b5f260821e32c60a35f73546c2699",
|
"url": "c1881afd89b79af3d166545de15bab4d1e32c340",
|
||||||
"keyword": "408393d010307c76d52cbd0a4368d6d357805aea",
|
"keyword": "408393d010307c76d52cbd0a4368d6d357805aea",
|
||||||
"content": "d85e3ea896ed5e4da0bca2390ad310a4df716ca6",
|
"content": "d85e3ea896ed5e4da0bca2390ad310a4df716ca6",
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ TRAVIS_SKIP = {
|
|||||||
|
|
||||||
# temporary issues, etc.
|
# temporary issues, etc.
|
||||||
BROKEN = {
|
BROKEN = {
|
||||||
"komikcast",
|
|
||||||
"mangapark",
|
"mangapark",
|
||||||
|
"pixnet",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user