|
@@ -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.
|
|
@@ -59,15 +59,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@3.0.0 --process-dependency-links
|
|
|
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@3.0.1 --process-dependency-links
|
|
```
|
|
```
|
|
|
|
|
|
#### Updating
|
|
#### Updating
|
|
|
|
|
|
-To update PyInstaLive to the latest version (currently **3.0.0**) run the following command:
|
|
|
|
|
|
+To update PyInstaLive to the latest version (currently **3.0.1**) run the following command:
|
|
|
|
|
|
```bash
|
|
```bash
|
|
-pip install git+https://github.com/notcammy/PyInstaLive.git@3.0.0 --process-dependency-links --upgrade
|
|
|
|
|
|
+pip install git+https://github.com/notcammy/PyInstaLive.git@3.0.1 --process-dependency-links --upgrade
|
|
```
|
|
```
|
|
|
|
|
|
#### Specific versions
|
|
#### Specific versions
|
|
@@ -122,7 +122,7 @@ Below is an example of PyInstaLive's output after downloading a livestream:
|
|
> pyinstalive -d "janedoe"
|
|
> pyinstalive -d "janedoe"
|
|
|
|
|
|
---------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------
|
|
-[I] PYINSTALIVE (SCRIPT V3.0.0 - PYTHON V3.6.3) - 01-02-2019 06:56:29 PM
|
|
|
|
|
|
+[I] PYINSTALIVE (SCRIPT V3.0.1 - PYTHON V3.6.3) - 01-02-2019 06:56:29 PM
|
|
---------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------
|
|
[I] Successfully logged into account: johndoe
|
|
[I] Successfully logged into account: johndoe
|
|
---------------------------------------------------------------------------
|
|
---------------------------------------------------------------------------
|