First commit

This commit is contained in:
TAJLNsScripts 2023-08-09 09:12:25 +02:00 committed by GitHub
parent 92cb58e78c
commit 4363cf1c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
m3u8==3.5.0
PyJWT==2.8.0
pywidevine==1.6.0
Requests==2.31.0

View File

@ -176,7 +176,7 @@ try:
token = extract_token()
except:
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()
input('Press enter to fetch channel list')