[spectrumnexus] add additional regex

This commit is contained in:
Mike Fährmann
2015-11-16 17:38:59 +01:00
parent c2f0720184
commit 7547d8be3f

View File

@@ -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)",
],
}