Update Beta 11.7
This commit is contained in:
		
							parent
							
								
									7aec4c4b84
								
							
						
					
					
						commit
						c66a53ade1
					
				
							
								
								
									
										2
									
								
								core.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								core.py
									
									
									
									
									
								
							| @ -103,6 +103,8 @@ def getDataFromJSON(file_number): #从JSON返回元数据 | |||||||
|         elif 'FC2' in file_number: |         elif 'FC2' in file_number: | ||||||
|             json_data = json.loads(fc2fans_club.main( |             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-'))) |                 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======================= |         # =======================javbus.py======================= | ||||||
|         else: |         else: | ||||||
|             json_data = json.loads(javbus.main(file_number)) |             json_data = json.loads(javbus.main(file_number)) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user