|
@@ -1,5 +1,5 @@
|
|
# PyInstaLive
|
|
# PyInstaLive
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
This CLI script enables you to download any ongoing 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.
|
|
This CLI script enables you to download any ongoing 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.
|
|
|
|
|
|
@@ -57,15 +57,15 @@ In case it doesn't work or you just prefer building PyInstaLive from source foll
|
|
|
|
|
|
Run the following command in Command Prompt (might need to be run as administrator on Windows) or a terminal:
|
|
Run the following command in Command Prompt (might need to be run as administrator on Windows) or a terminal:
|
|
```bash
|
|
```bash
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.5.3 --process-dependency-links
|
|
|
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.5.4 --process-dependency-links
|
|
```
|
|
```
|
|
|
|
|
|
#### Updating
|
|
#### Updating
|
|
|
|
|
|
-To update PyInstaLive to the latest version (currently **2.5.3**) run the following command:
|
|
|
|
|
|
+To update PyInstaLive to the latest version (currently **2.5.4**) run the following command:
|
|
|
|
|
|
```bash
|
|
```bash
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.5.3 --process-dependency-links --upgrade
|
|
|
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.5.4 --process-dependency-links --upgrade
|
|
```
|
|
```
|
|
|
|
|
|
#### Specific versions
|
|
#### Specific versions
|
|
@@ -115,7 +115,7 @@ Below is an example of PyInstaLive's output after downloading a livestream:
|
|
|
|
|
|
```
|
|
```
|
|
----------------------------------------------------------------------
|
|
----------------------------------------------------------------------
|
|
-PYINSTALIVE (SCRIPT V2.5.3 - PYTHON V3.6.3) - 06:45:30 PM
|
|
|
|
|
|
+PYINSTALIVE (SCRIPT V2.5.4 - PYTHON V3.6.3) - 06:45:30 PM
|
|
----------------------------------------------------------------------
|
|
----------------------------------------------------------------------
|
|
[I] Using cached login cookie for "johndoe".
|
|
[I] Using cached login cookie for "johndoe".
|
|
[I] Login cookie expiry date: 2018-01-31 at 10:30:00 PM
|
|
[I] Login cookie expiry date: 2018-01-31 at 10:30:00 PM
|