Skip to content

Commit

Permalink
Update Beta 11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdctop authored Aug 6, 2019
1 parent 7aec4c4 commit c66a53a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ def getDataFromJSON(file_number): #从JSON返回元数据
elif 'FC2' in file_number:
json_data = json.loads(fc2fans_club.main(
file_number.strip('FC2_').strip('FC2-').strip('ppv-').strip('PPV-').strip('fc2_').strip('fc2-').strip('ppv-').strip('PPV-')))
elif 'siro' in number or 'SIRO' in number or 'Siro' in number:
json_data = json.loads(siro.main(file_number))
# =======================javbus.py=======================
else:
json_data = json.loads(javbus.main(file_number))
Expand Down

0 comments on commit c66a53a

Please sign in to comment.