0.1.6 • Published 3 months ago

@liudonghua123/video-downloader v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

video-downloader

It's a simple tool which download video from some source like yhdm.

How to use it

Use it as a tool

  1. npm i -g @liudonghua123/video-downloader
  2. video-downloader -h
  3. video-downloader -u /url/to/the/video -u /rule/of/video/url -o /path/to/video/file/to/save

Use it as a libary

  1. npm i -S @liudonghua123/video-downloader
  2. import { getVideoUrl, downloadVideo } from "@liudonghua123/video-downloader";
  3. invoke getVideoUrl function just like video-downloader.mts.

ToDos

  • add config.yaml file for arguments replacement
  • add more source of video supporting
  • add more features ...

License

MIT License

Copyright (c) 2024 liudonghua.

0.1.6

3 months ago

0.1.5

3 months ago

0.1.4

3 months ago

0.1.3

3 months ago

0.1.2

3 months ago

0.1.1

3 months ago

0.1.0

3 months ago