Fix vari (#42)

* Improvements channel Guardaserie.click, Fastsubita and support

* Refactor channels series with support & fix

* Refactor channels series / anime with support & fix
New server animeworld.biz

* Fix videolibrary update
This commit is contained in:
4l3x87
2019-06-01 10:00:22 +02:00
committed by mac12m99
parent 352312c7c5
commit e85ef540ff
10 changed files with 308 additions and 484 deletions
+1 -1
View File
@@ -467,7 +467,7 @@ def match(item, patron='', patron_block='', headers='', url=''):
matches = []
url = url if url else item.url
data = httptools.downloadpage(url, headers=headers, ignore_response_code=True).data.replace("'", '"')
data = re.sub(r'\n|\t|\s\s', ' ', data)
data = re.sub(r'\n|\t|\s+', ' ', data)
log('DATA= ', data)
if patron_block: