|
@@ -1,5 +1,5 @@
|
|
|
# PyInstaLive
|
|
|
-
|
|
|
+
|
|
|
|
|
|
This script enables you to download Instagram any ongoing 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.
|
|
|
|
|
@@ -26,15 +26,15 @@ You need [ffmpeg](https://ffmpeg.org/download.html), [Git](https://git-scm.com/d
|
|
|
|
|
|
Run the following command in Command Prompt (might need to be run as administrator on Windows) or a terminal:
|
|
|
```bash
|
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.4.2 --process-dependency-links
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.4.3 --process-dependency-links
|
|
|
```
|
|
|
|
|
|
#### Updating
|
|
|
|
|
|
-To update PyInstaLive to the latest version (currently **2.4.2**) run the following command:
|
|
|
+To update PyInstaLive to the latest version (currently **2.4.3**) run the following command:
|
|
|
|
|
|
```bash
|
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.4.2 --process-dependency-links --upgrade
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.4.3 --process-dependency-links --upgrade
|
|
|
```
|
|
|
|
|
|
#### Specific versions
|
|
@@ -89,7 +89,7 @@ Below is an example of PyInstaLive's output after downloading a livestream:
|
|
|
|
|
|
```
|
|
|
----------------------------------------------------------------------
|
|
|
-PYINSTALIVE (SCRIPT V2.4.2 - PYTHON V3.6.3) - 06:45:30 PM
|
|
|
+PYINSTALIVE (SCRIPT V2.4.3 - PYTHON V3.6.3) - 06:45:30 PM
|
|
|
----------------------------------------------------------------------
|
|
|
[I] Logging in to user "johndoe" successful.
|
|
|
[I] Login cookie expiry date: 2018-01-31 at 10:30:00 PM
|