1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

[spectrumnexus] add additional regex

This commit is contained in:
Mike Fährmann 2015-11-16 17:38:59 +01:00
parent c2f0720184
commit 7547d8be3f
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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