|
1 | 1 | # PyInstaLive
|
2 |
| - |
| 2 | + |
3 | 3 | 
|
4 | 4 |
|
5 | 5 | 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.
|
@@ -50,21 +50,21 @@ Make sure all tools are accessible via command line (added to your PATH if on Wi
|
50 | 50 |
|
51 | 51 | ## Installation
|
52 | 52 |
|
53 |
| -*Tip — To install PyInstaLive with the latest commit changes, remove the version tag from the install command (e.g. **@3.1.5**).* |
| 53 | +*Tip — To install PyInstaLive with the latest commit changes, remove the version tag from the install command (e.g. **@3.1.6**).* |
54 | 54 |
|
55 | 55 | #### Installing
|
56 | 56 |
|
57 | 57 | Run the following command in your command line (might need to be run as administrator on Windows):
|
58 | 58 | ```bash
|
59 |
| -pip install git+https://github.com/notcammy/ [email protected]. 5 --process-dependency-links |
| 59 | +pip install git+https://github.com/notcammy/ [email protected]. 6 --process-dependency-links |
60 | 60 | ```
|
61 | 61 |
|
62 | 62 | #### Updating
|
63 | 63 |
|
64 |
| -To update PyInstaLive to the latest version (currently **3.1.5**) run the following command: |
| 64 | +To update PyInstaLive to the latest version (currently **3.1.6**) run the following command: |
65 | 65 |
|
66 | 66 | ```bash
|
67 |
| -pip install git+https://github.com/notcammy/ [email protected]. 5 --process-dependency-links --upgrade |
| 67 | +pip install git+https://github.com/notcammy/ [email protected]. 6 --process-dependency-links --upgrade |
68 | 68 | ```
|
69 | 69 |
|
70 | 70 | #### Specific versions
|
@@ -123,7 +123,7 @@ Below is an example of PyInstaLive's output after downloading a livestream:
|
123 | 123 | > pyinstalive -d "janedoe"
|
124 | 124 |
|
125 | 125 | ---------------------------------------------------------------------------
|
126 |
| -[I] PYINSTALIVE (SCRIPT V3.1.5 - PYTHON V3.6.3) - 01-02-2019 06:56:29 PM |
| 126 | +[I] PYINSTALIVE (SCRIPT V3.1.6 - PYTHON V3.6.3) - 01-02-2019 06:56:29 PM |
127 | 127 | ---------------------------------------------------------------------------
|
128 | 128 | [I] Successfully logged into account: johndoe
|
129 | 129 | ---------------------------------------------------------------------------
|
|
0 commit comments