niente slash finale in channels.json

This commit is contained in:
mac12m99
2021-02-01 10:30:29 +01:00
parent 744ce34473
commit abe07810d2
2 changed files with 11 additions and 11 deletions

View File

@@ -69,7 +69,7 @@ if __name__ == '__main__':
print('Cloudflare riconosciuto')
try:
page_data = proxytranslate.process_request_proxy(host).get('data', '')
result[chann] = re.search('<base href="([^"]+)', page_data).group(1)
result[chann] = re.search('<base href="([^"]+)/', page_data).group(1)
rslt['code_new'] = 200
except Exception as e:
import traceback