|
@@ -1,5 +1,5 @@
|
|
|
# PyInstaLive
|
|
|
-
|
|
|
+
|
|
|
|
|
|
This script enables you to download Instagram livestreams as well as any available replays. It is based on [another script](https://github.com/taengstagram/instagram-livestream-downloader) that has now been discontinued.
|
|
|
|
|
@@ -22,15 +22,15 @@ You need [ffmpeg](https://ffmpeg.org/download.html), [Git](https://git-scm.com/d
|
|
|
|
|
|
Run the following command in command line (as administrator in Windows) / terminal:
|
|
|
```bash
|
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.3.1 --process-dependency-links
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.3.2 --process-dependency-links
|
|
|
```
|
|
|
|
|
|
#### Updating
|
|
|
|
|
|
-To update PyInstaLive to the latest version (currently **2.3.1**) run the following command:
|
|
|
+To update PyInstaLive to the latest version (currently **2.3.2**) run the following command:
|
|
|
|
|
|
```bash
|
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.3.1 --process-dependency-links --upgrade
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.3.2 --process-dependency-links --upgrade
|
|
|
```
|
|
|
|
|
|
**Note**: From version 2.2.9 and up, newly generated login cookie files are now named after the username in the configuration file. If you have an existing cookie file called 'credentials.json' it is a good idea to rename it to the username it is associated with so PyInstaLive won't needlessly create a new cookie file.
|
|
@@ -104,6 +104,8 @@ PYINSTALIVE (SCRIPT V1.0 - PYTHON V2.7.14) - 12:00:01 PM
|
|
|
|
|
|
|
|
|
#### Notes
|
|
|
+- The option to run a script upon starting and ending a stream download is experimental. Use at own risk.
|
|
|
+
|
|
|
- You can find a list of available commands and an explanation of the configuration file [here](https://github.com/notcammy/PyInstaLive/blob/master/MOREHELP.md). You can also run `pyinstalive -h` to view all available commands.
|
|
|
|
|
|
- The `username` and `password` parameters are not required when you have specified these in the configuration file.
|