Working version
This commit is contained in:
5
python/schemes/NosTV.py
Normal file
5
python/schemes/NosTV.py
Normal file
@@ -0,0 +1,5 @@
|
||||
payload = {
|
||||
'challenge': getChallenge('b64')
|
||||
}
|
||||
licence = await corsFetch(licUrl, "POST", licHeaders, payload, "json")
|
||||
licence = licence["license"][0]
|
||||
Reference in New Issue
Block a user