fix cinamlibero serietv

This commit is contained in:
marco
2020-04-23 16:03:40 +02:00
parent bbfd3a2946
commit 5699bc082d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -125,9 +125,9 @@ def regexDbg(item, patron, headers, data=''):
html = data
headers = {'content-type': 'application/json'}
data = {
'regex': patron,
'regex': patron.decode('utf-8'),
'flags': 'gm',
'testString': html,
'testString': html.decode('utf-8'),
'delimiter': '"""',
'flavor': 'python'
}