Fix streamingcommunity e ordinamento decrescente per programmi tv mediaset

This commit is contained in:
mac12m99
2021-09-21 19:54:34 +02:00
parent 891723faa5
commit c48ea215b0
3 changed files with 13 additions and 5 deletions
+6 -1
View File
@@ -11,7 +11,12 @@ if sys.version_info[0] >= 3:
else:
from concurrent_py2 import futures
host = support.config.get_channel_url()
def findhost(url):
return 'https://' + support.match(url, patron='var domain\s*=\s*"([^"]+)').match
host = support.config.get_channel_url(findhost)
session = requests.Session()
headers = {}