소스 검색

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
     """