Add code to check what langage CR is serving the page, and try to adapt

some regexp to that. The langage can be forced by the user

Fix #1 and Fix #76
This commit is contained in:
Godzil
2018-08-11 20:42:12 +01:00
parent 0ba51b7270
commit 876def4392
5 changed files with 69 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ interface IConfig {
merge?: boolean;
episodes?: string;
// Settings
crlang?: string;
format?: string;
output?: string;
series?: string;