add missing vj in dlsite

This commit is contained in:
lededev
2021-05-05 12:27:37 +08:00
parent 10e35cbd92
commit 7e11b26ea3

View File

@@ -90,7 +90,7 @@ def get_data_from_json(file_number, filepath, conf: config.Config): # 从JSON
): ):
sources.insert(0, sources.pop(sources.index("fc2"))) sources.insert(0, sources.pop(sources.index("fc2")))
elif "dlsite" in sources and ( 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"))) sources.insert(0, sources.pop(sources.index("dlsite")))