test
This commit is contained in:
parent
32ecf73548
commit
e020f088ae
@ -32,8 +32,7 @@ class Plugin_OBJ():
|
|||||||
'referer': 'https://www.distro.tv/live',
|
'referer': 'https://www.distro.tv/live',
|
||||||
'accept-language': 'en-US,en;q=0.9'
|
'accept-language': 'en-US,en;q=0.9'
|
||||||
}
|
}
|
||||||
# chan_req = self.plugin_utils.web.session.get(channels_url, headers=url_headers, data=payload)
|
chan_req = self.plugin_utils.web.session.get(channels_url, headers=url_headers, data=payload)
|
||||||
chan_req = self.plugin_utils.web.session.get(channels_url)
|
|
||||||
data = json.loads(chan_req.content)
|
data = json.loads(chan_req.content)
|
||||||
print(data)
|
print(data)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user