Update README.md
This commit is contained in:
parent
4391e2f625
commit
92cb58e78c
12
README.md
12
README.md
|
@ -1,2 +1,14 @@
|
|||
# SlingTV-Stream-Extractor
|
||||
Extracts stream url and drm keys from chosen SlingTV live channel
|
||||
|
||||
Prerequisites:
|
||||
- SlingTV account
|
||||
- Non-blocked USA vpn
|
||||
- Pywidevine cdm file in .wvd format
|
||||
|
||||
Usage:
|
||||
- Login to SlingTV in your browser
|
||||
- Go to local storage and copy the value of variable "persist:root"
|
||||
- Make a file called "user.txt" next to slingtv.py and save the copied string into it
|
||||
- pip install -r requirements.txt
|
||||
- slingtv.py
|
||||
|
|
Loading…
Reference in New Issue