First commit
This commit is contained in:
parent
92cb58e78c
commit
4363cf1c9e
|
@ -0,0 +1,4 @@
|
||||||
|
m3u8==3.5.0
|
||||||
|
PyJWT==2.8.0
|
||||||
|
pywidevine==1.6.0
|
||||||
|
Requests==2.31.0
|
|
@ -176,7 +176,7 @@ try:
|
||||||
token = extract_token()
|
token = extract_token()
|
||||||
except:
|
except:
|
||||||
print('Failed getting token')
|
print('Failed getting token')
|
||||||
print('Did you copy "persist:root" local variable from browser to user.txt?')
|
print('Did you copy "persist:root" local storage variable from browser to user.txt?')
|
||||||
quit()
|
quit()
|
||||||
|
|
||||||
input('Press enter to fetch channel list')
|
input('Press enter to fetch channel list')
|
||||||
|
|
Loading…
Reference in New Issue