w-dwload-dlp 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,14 +12,12 @@ A download tool for video.
12
12
  To view documentation or get support, visit [docs](https://yuda-lyu.github.io/w-dwload-dlp/global.html).
13
13
 
14
14
  ## Core
15
- > `w-dwload-dlp` is basing on `yt-dlp`.
15
+ > `w-dwload-dlp` is basing on `yt-dlp`, and should run in `Windows`.
16
16
 
17
17
  > The ffmpeg.exe file is too large and will be split into small zip files for upload. If ffmpeg is missing during the first execution, it will be automatically decompressed from the zip file.
18
18
 
19
19
  ## Installation
20
20
  ### Using npm(ES6 module):
21
- > **Note:** `w-dwload-dlp` is mainly dependent on `lodash-es` and `wsemi`, and should run in `Windows`.
22
-
23
21
  ```alias
24
22
  npm i w-dwload-dlp
25
23
  ```