|
@@ -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
|
|
|
+```
|