|
@@ -1,5 +1,5 @@
|
|
# PyInstaLive
|
|
# PyInstaLive
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
This Python 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 Python 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.9 --process-dependency-links
|
|
|
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.6.0 --process-dependency-links
|
|
```
|
|
```
|
|
|
|
|
|
#### Updating
|
|
#### Updating
|
|
|
|
|
|
-To update PyInstaLive to the latest version (currently **2.5.9**) run the following command:
|
|
|
|
|
|
+To update PyInstaLive to the latest version (currently **2.6.0**) run the following command:
|
|
|
|
|
|
```bash
|
|
```bash
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.5.9 --process-dependency-links --upgrade
|
|
|
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.6.0 --process-dependency-links --upgrade
|
|
```
|
|
```
|
|
|
|
|
|
#### Specific versions
|
|
#### Specific versions
|
|
@@ -119,7 +119,7 @@ Below is an example of PyInstaLive's output after downloading a livestream:
|
|
> pyinstalive -d "janedoe"
|
|
> pyinstalive -d "janedoe"
|
|
|
|
|
|
----------------------------------------------------------------------
|
|
----------------------------------------------------------------------
|
|
-PYINSTALIVE (SCRIPT V2.5.9 - PYTHON V3.6.3) - 06:45:30 PM
|
|
|
|
|
|
+PYINSTALIVE (SCRIPT V2.6.0 - PYTHON V3.6.3) - 06:45:30 PM
|
|
----------------------------------------------------------------------
|
|
----------------------------------------------------------------------
|
|
[I] Successfully logged into user "johndoe".
|
|
[I] Successfully logged into user "johndoe".
|
|
[I] Cookie file expiry date: 2018-09-01 at 04:38:08 PM
|
|
[I] Cookie file expiry date: 2018-09-01 at 04:38:08 PM
|