From 7e11b26ea3cb18354e04860125cfba179c1bfc65 Mon Sep 17 00:00:00 2001 From: lededev Date: Wed, 5 May 2021 12:27:37 +0800 Subject: [PATCH] add missing vj in dlsite --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 362a7cb..62c52bc 100644 --- a/core.py +++ b/core.py @@ -90,7 +90,7 @@ def get_data_from_json(file_number, filepath, conf: config.Config): # 从JSON ): sources.insert(0, sources.pop(sources.index("fc2"))) elif "dlsite" in sources and ( - "rj" in lo_file_number + "rj" in lo_file_number or "vj" in lo_file_number ): sources.insert(0, sources.pop(sources.index("dlsite")))