Fix Link Disattivati

This commit is contained in:
Alhaziel
2019-11-06 20:21:46 +01:00
parent 24e75e73b2
commit aa4b2d2f6b

View File

@@ -200,7 +200,7 @@ def findvideos(item):
def findvid_serie(item):
def load_vid_series(html, item, itemlist, blktxt):
logger.info('HTML' + html)
patron = '<a href="([^"]+)"[^=]+="_blank"[^>]+>(.*?)</a>'
patron = r'<a href="([^"]+)"[^=]+="_blank"[^>]+>(?!<!--)(.*?)</a>'
# Estrae i contenuti
matches = re.compile(patron, re.DOTALL).finditer(html)
for match in matches: