From 7547d8be3f250e9a25e8d1939291b8ecbb20de04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 16 Nov 2015 17:38:59 +0100 Subject: [PATCH] [spectrumnexus] add additional regex --- gallery_dl/extractor/spectrumnexus.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gallery_dl/extractor/spectrumnexus.py b/gallery_dl/extractor/spectrumnexus.py index 4f85fa25..4235a439 100644 --- a/gallery_dl/extractor/spectrumnexus.py +++ b/gallery_dl/extractor/spectrumnexus.py @@ -19,6 +19,7 @@ info = { "filename": "{manga}_c{chapter:>03}_{page:>03}.{extension}", "pattern": [ r"(?:https?://)?(view\.thespectrum\.net/series/[^\.]+.html)\?ch=Chapter\+(\d+)", + r"(?:https?://)?(view\.thespectrum\.net/series/[^/]+-chapter-(\d+)\.html)", ], }