File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
33
44
55# PyInstaLive
6- ![ Version 4.0.1 ] ( https://img.shields.io/badge/Version-4.0.1 -orange.svg )
6+ ![ Version 4.0.2 ] ( https://img.shields.io/badge/Version-4.0.2 -orange.svg )
77![ Python 3.6+] ( https://img.shields.io/badge/Python-3.6%2B-3776ab.svg )
88
99
@@ -45,7 +45,7 @@ Make sure all tools are accessible via command line (added to your PATH if on Wi
4545
4646Run the following command in your command line (might need to be run as administrator on Windows):
4747``` bash
48- pip install git+https://github.com/dvingerh/PyInstaLive.git@4.0.1
48+ pip install git+https://github.com/dvingerh/PyInstaLive.git@4.0.2
4949```
5050
5151## Usage
@@ -82,7 +82,7 @@ Below is an example of PyInstaLive's output after downloading a livestream:
8282> pyinstalive -d "janedoe"
8383
8484---------------------------------------------------------------------------
85- [I] PYINSTALIVE (SCRIPT V4.0.1 - PYTHON V3.8.10) - 06-10-2022 05:02:02 PM
85+ [I] PYINSTALIVE (SCRIPT V4.0.2 - PYTHON V3.8.10) - 06-10-2022 05:02:02 PM
8686---------------------------------------------------------------------------
8787An existing login session file was found: johndoe.dat
8888Checking the validity of the saved login session.
Original file line number Diff line number Diff line change 22
33
44class Constants :
5- SCRIPT_VERSION = "4.0.1 "
5+ SCRIPT_VERSION = "4.0.2 "
66 PYTHON_VERSION = sys .version .split (" " )[0 ]
77 CONFIG_TEMPLATE = """
88[pyinstalive]
Original file line number Diff line number Diff line change 22
33__author__ = 'dvingerh'
44__email__ = 'dirk.ving@gmail.com'
5- __version__ = '4.0.1 '
5+ __version__ = '4.0.2 '
66
77
88long_description = 'This Python script enables you to download ongoing Instagram livestreams as a video file.'
You can’t perform that action at this time.
0 commit comments