diff --git a/nhentai/constant.py b/nhentai/constant.py index 39c6f3e..b960d13 100644 --- a/nhentai/constant.py +++ b/nhentai/constant.py @@ -36,3 +36,9 @@ CONFIG = { 'language': '', 'template': '', } + LANGUAGEISO ={ + 'english' : 'en', + 'chinese' : 'zh', + 'japanese' : 'ja', + 'translated' : 'translated' + }