|
1 | 1 | ## Notice
|
2 |
| -Active development for this script has ended. Issues will no longer be looked into and no more updates will be made. |
3 | 2 |
|
| 3 | +Active development for this script has ended. Issues will no longer be looked into and no more updates will be made. |
4 | 4 |
|
5 | 5 | **Using this script may result in your account being suspended, use at your own risk.**
|
6 | 6 |
|
7 |
| - |
8 | 7 | # PyInstaLive
|
| 8 | + |
9 | 9 | 
|
10 | 10 | 
|
11 | 11 |
|
12 |
| - |
13 | 12 | This Python script enables you to download ongoing Instagram livestreams as a video file.
|
14 | 13 |
|
15 | 14 | 
|
16 | 15 |
|
17 |
| - |
18 | 16 | ## Table of Contents
|
| 17 | + |
19 | 18 | - [Quickstart](https://github.com/dvingerh/PyInstaLive#quickstart)
|
20 | 19 | - [Installation](https://github.com/dvingerh/PyInstaLive#installation)
|
21 | 20 | - [Usage](https://github.com/dvingerh/PyInstaLive#usage)
|
@@ -44,27 +43,29 @@ Make sure all tools are accessible via command line (added to your PATH if on Wi
|
44 | 43 |
|
45 | 44 | ## Installation
|
46 | 45 |
|
47 |
| -*Tip — To install PyInstaLive with the latest commit changes, remove the version tag from the install command.* |
| 46 | +_Tip — To install PyInstaLive with the latest commit changes, remove the version tag from the install command._ |
48 | 47 |
|
49 | 48 | Run the following command in your command line (might need to be run as administrator on Windows):
|
| 49 | + |
50 | 50 | ```bash
|
51 |
| -pip install git+https://github.com/dvingerh/PyInstaLive.git@4.0.2 |
| 51 | +pip install git+https://github.com/anasomar1/PyInstaLive.git |
52 | 52 | ```
|
53 | 53 |
|
54 | 54 | ## Usage
|
55 | 55 |
|
56 |
| -Make sure there is a configuration file called ``pyinstalive.ini`` in the directory you want to run PyInstaLive from. |
| 56 | +Make sure there is a configuration file called `pyinstalive.ini` in the directory you want to run PyInstaLive from. |
57 | 57 |
|
58 | 58 | PyInstaLive will automatically generate a default configuration file for you to edit if one is not present already.
|
59 | 59 |
|
60 | 60 | Here is an example of a valid configuration file:
|
| 61 | + |
61 | 62 | ```ini
|
62 | 63 | [pyinstalive]
|
63 | 64 | username = johndoe
|
64 | 65 | password = grapefruit
|
65 |
| -download_path = |
66 |
| -ffmpeg_path = |
67 |
| -download_comments = True |
| 66 | +download_path = |
| 67 | +ffmpeg_path = |
| 68 | +download_comments = True |
68 | 69 | cmd_on_started =
|
69 | 70 | cmd_on_ended =
|
70 | 71 | clear_temp_files = False
|
|
0 commit comments