瀏覽代碼

Update documentation

Cammy 5 年之前
父節點
當前提交
63c6a501db
共有 3 個文件被更改,包括 5 次插入0 次删除
  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
     """