Parcourir la source

Update documentation

Cammy il y a 5 ans
Parent
commit
63c6a501db
3 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 3 0
      MOREHELP.md
  2. 1 0
      README.md
  3. 1 0
      pyinstalive/constants.py

+ 3 - 0
MOREHELP.md

@@ -31,6 +31,8 @@
 
 - ```-o``` or ```--organize```  **—** Passing this argument will create a folder for each user whose livestream(s) you have downloaded. The names of the folders will be their usernames. It will then move the video(s) of each user into their associated folder. 
 
+- ```-sm``` or ```--skip-merge```  **—** PyInstaLive will not merge any download livestream files when this argument is used.
+
 # Default configuration file
 
 ```ini
@@ -51,6 +53,7 @@ clear_temp_files = False
 do_heartbeat = True
 proxy = 
 verbose = False
+skip_merge = False
 ```
 
 ```username```  **—**  Instagram username to login with.

+ 1 - 0
README.md

@@ -104,6 +104,7 @@ clear_temp_files = False
 do_heartbeat = True
 proxy = 
 verbose = False
+skip_merge = False
 ```
 
 #### Example

+ 1 - 0
pyinstalive/constants.py

@@ -22,4 +22,5 @@ clear_temp_files = False
 do_heartbeat = False
 proxy =
 verbose = False
+skip_merge = False
     """