Cammy 7 anni fa
parent
commit
d572266cb4
1 ha cambiato i file con 14 aggiunte e 18 eliminazioni
  1. 14 18
      README.md

+ 14 - 18
README.md

@@ -1,11 +1,12 @@
 # PyInstaLive
-![Version 2.2.7](https://img.shields.io/badge/Version-2.2.7-pink.svg?style=for-the-badge)
+![Version 2.2.8](https://img.shields.io/badge/Version-2.2.8-pink.svg?style=for-the-badge)
 
 This script enables you to download 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. 
 
 
 ## Quickstart
 
+- [Read the notes below.](https://github.com/notcammy/PyInstaLive#notes)
 - Install the prerequisites and then PyInstaLive.
 - Run `pyinstalive -c` to generate a configuration file.
 - Edit the configuration file using any text editor.
@@ -21,15 +22,15 @@ You need [ffmpeg](https://ffmpeg.org/download.html), [Git](https://git-scm.com/d
 
 Run the following command in command line (as administrator in Windows) / terminal:
 ```bash
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.7 --process-dependency-links
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.8 --process-dependency-links
 ```
 
 #### Updating
 
-To update PyInstaLive to the latest version (currently **2.2.7**) run the following command:
+To update PyInstaLive to the latest version (currently **2.2.8**) run the following command:
 
 ```bash
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.7 --process-dependency-links --upgrade
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.8 --process-dependency-links --upgrade
 ```
 
 #### Specific versions
@@ -55,6 +56,7 @@ password = grapefruits
 save_path = /
 show_cookie_expiry = true
 clear_temp_files = false
+save_replays = true
 ```
 
 Use the following command to run PyInstaLive:
@@ -65,17 +67,11 @@ pyinstalive -u "<username>" -p "<password>" -r "<live-username>"
 
 Where ``<username>`` is your account's username, ``<password>`` is your password and ``<live-username>`` is the username of the user whose livestream or replay you want to record or save.
 
-#### Notes
-The `username` and `password` parameters are not required when you have specified these in the configuration file.
-
-If the script is ran and there are available replays as well as an ongoing Instagram livestream, only the livestream will be downloaded. Run the script again after the livestream has ended to download the available replays.
-
-
 ## Example
 ```bash
 pyinstalive -u "johndoe" -p "grapefruits" -r "janedoe"
 ```
-Or (see [note](https://github.com/notcammy/PyInstaLive#notes))
+Or (see [notes](https://github.com/notcammy/PyInstaLive#notes))
 ```bash
 pyinstalive -r "janedoe"
 ```
@@ -87,7 +83,7 @@ If a livestream is currently ongoing, the terminal output should be something li
 PYINSTALIVE (SCRIPT V1.0 - PYTHON V2.7.14) - 12:00:01 PM
 ----------------------------------------------------------------------
 [I] Login to "johndoe" OK!
-[I] Login cookie expiry date: 2018-02-13 at 12:00:01
+[I] Login cookie expiry date: 2018-01-01 at 12:00:01
 [I] Checking user: 'justinbieber'
 [I] Checking for ongoing livestreams...
 [I] Starting livestream recording:
@@ -105,13 +101,13 @@ PYINSTALIVE (SCRIPT V1.0 - PYTHON V2.7.14) - 12:00:01 PM
 ```
 
 
-## Help
-If you have a bug to report please open [an issue](https://github.com/notcammy/PyInstaLive/issues) in the appropriate format:
-
-##### - Expected behavior
+#### Notes
+- The `username` and `password` parameters are not required when you have specified these in the configuration file.
 
+- This script is also reported to work on Python 3.4.x but is not officially supported.
 
-##### - Actual behavior
+- If the script is ran and there are available replays as well as an ongoing Instagram livestream, only the livestream will be downloaded. Run the script again after the livestream has ended to download the available replays.
 
 
-##### - Steps to reproduce problem
+## Help
+If you would like to report a bug or ask a question please [open an issue](https://github.com/notcammy/PyInstaLive/issues/new).