-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Active development for this script has ended. Issues will no longer be looked in | |
|
||
|
||
# PyInstaLive | ||
![Version 4.0.1](https://img.shields.io/badge/Version-4.0.1-orange.svg) | ||
![Version 4.0.2](https://img.shields.io/badge/Version-4.0.2-orange.svg) | ||
![Python 3.6+](https://img.shields.io/badge/Python-3.6%2B-3776ab.svg) | ||
|
||
|
||
|
@@ -45,7 +45,7 @@ Make sure all tools are accessible via command line (added to your PATH if on Wi | |
|
||
Run the following command in your command line (might need to be run as administrator on Windows): | ||
```bash | ||
pip install git+https://github.com/dvingerh/[email protected].1 | ||
pip install git+https://github.com/dvingerh/[email protected].2 | ||
``` | ||
|
||
## Usage | ||
|
@@ -82,7 +82,7 @@ Below is an example of PyInstaLive's output after downloading a livestream: | |
> pyinstalive -d "janedoe" | ||
--------------------------------------------------------------------------- | ||
[I] PYINSTALIVE (SCRIPT V4.0.1 - PYTHON V3.8.10) - 06-10-2022 05:02:02 PM | ||
[I] PYINSTALIVE (SCRIPT V4.0.2 - PYTHON V3.8.10) - 06-10-2022 05:02:02 PM | ||
--------------------------------------------------------------------------- | ||
An existing login session file was found: johndoe.dat | ||
Checking the validity of the saved login session. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = 'dvingerh' | ||
__email__ = '[email protected]' | ||
__version__ = '4.0.1' | ||
__version__ = '4.0.2' | ||
|
||
|
||
long_description = 'This Python script enables you to download ongoing Instagram livestreams as a video file.' | ||
|