Cammy 7 éve
szülő
commit
52262a2e47
1 módosított fájl, 4 hozzáadás és 2 törlés
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -12,6 +12,10 @@ This script enables you to download Instagram livestreams as well as any availab
 - Edit the configuration file using any text editor.
 - Run `pyinstalive -r "<live-username>"` to start recording a livestream.
 
+**Note**: From version 2.2.9 and up, newly generated login cookie files are now named after the username in the configuration file. If you have an existing cookie file called 'credentials.json' it is a good idea to rename it to the username it is associated with so PyInstaLive won't needlessly create a new cookie file.
+
+**Note**: From version 2.4.1 and up, support for using [livestream_dl](https://github.com/taengstagram/instagram-livestream-downloader) and PyInstaLive concurrently has been dropped in favor of using the latest API version, which allows for detecting livestreams that an user is a guest of (split screen/dual-live).
+
 
 ## Installation
 
@@ -33,8 +37,6 @@ To update PyInstaLive to the latest version (currently **2.4.1**) run the follow
 pip install git+https://github.com/notcammy/PyInstaLive.git@2.4.1 --process-dependency-links --upgrade
 ```
 
-**Note**: From version 2.2.9 and up, newly generated login cookie files are now named after the username in the configuration file. If you have an existing cookie file called 'credentials.json' it is a good idea to rename it to the username it is associated with so PyInstaLive won't needlessly create a new cookie file.
-
 #### Specific versions
 
 If you want to install a specific version of PyInstaLive, you can specify the version tag in the install command: