From 4363cf1c9e5f07cc94cce636d9097b45909df674 Mon Sep 17 00:00:00 2001 From: TAJLNsScripts <138971402+TAJLNsScripts@users.noreply.github.com> Date: Wed, 9 Aug 2023 09:12:25 +0200 Subject: [PATCH] First commit --- requirements.txt | 4 ++++ slingtv.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8f53eb5 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +m3u8==3.5.0 +PyJWT==2.8.0 +pywidevine==1.6.0 +Requests==2.31.0 diff --git a/slingtv.py b/slingtv.py index c912837..05eec72 100644 --- a/slingtv.py +++ b/slingtv.py @@ -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')