sqlitedict cache e migliore gestione dei thread

This commit is contained in:
mac12m99
2021-09-28 20:13:15 +02:00
parent 613087342b
commit 1bd771b565
4 changed files with 25 additions and 6 deletions

View File

@@ -186,7 +186,7 @@ def search(item, texto):
def genres(item):
logger.debug(item)
data = support.httptools.downloadpage(item.url, cloudscraper=True).data
debugBlock=True
# debugBlock=True
patronMenu = r'<a href="(?P<url>[^"]+)">(?P<title>[^<]+)'
if item.args == 'year':