Aggiunto AnimeUniverse

This commit is contained in:
Alhaziel01
2020-07-29 19:58:16 +02:00
parent f3ee6e5211
commit 2867f28458
4 changed files with 112 additions and 0 deletions
+3
View File
@@ -475,6 +475,9 @@ def scrape(func):
if 'itemlistHook' in args:
itemlist = args['itemlistHook'](itemlist)
if 'ItemItemlistHook' in args:
itemlist = args['ItemItemlistHook'](item, itemlist)
# if url may be changed and channel has findhost to update
if 'findhost' in func.__globals__ and not itemlist:
logger.info('running findhost ' + func.__module__)