Update airav.py

获取剧照有问题,解决一下
This commit is contained in:
Feng4
2022-11-22 09:53:48 +08:00
committed by GitHub
parent e40d3105a6
commit b9b57c5dfa

View File

@@ -153,7 +153,7 @@ class Airav(Parser):
return '' return ''
def getExtrafanart(self,htmltree): def getExtrafanart(self,htmltree):
try: try:
result = htmltree("images") result = htmltree["images"]
except: except:
result = "" result = ""
return result return result