[mangapark] detect non-existent chapters

This commit is contained in:
Mike Fährmann
2018-12-27 21:41:50 +01:00
parent 6c71e9cf5d
commit 98314aa04c
2 changed files with 6 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ class NewgroundsVideoExtractor(NewgroundsExtractor):
filename_fmt = "{category}_{index}.{extension}"
pattern = [r"(?:https?://)?([^.]+)\.newgrounds\.com/movies/?$"]
test = [("https://twistedgrim.newgrounds.com/movies", {
"url": "1d72ad0fc7da77135135367b75b777c54c9b18cb",
"url": "618a8f01f35dae140bd0a7fe071f437497555c8f",
})]
def get_page_urls(self):