Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
458f30b632
1 changed files with 17 additions and 1 deletions
  1. 17 1
      README.md

+ 17 - 1
README.md

@@ -1,3 +1,19 @@
 # yt-dlp
 
-A youtube-dl fork with additional features and fixes
+A youtube-dl fork with additional features and fixes
+
+## Usage
+
+参数类似youtube-dl
+
+```
+yt-dlp [OPTIONS] [--] URL [URL...]
+```
+
+## Develop
+
+```
+py -m pip install -U py2exe -r requirements.txt
+py devscripts/make_lazy_extractors.py
+py setup.py py2exe
+```