Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

mildom-dl

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mildom-dl

"Command-line program to download videos from Mildom.com"

pipPyPI
Version
0.0.3
Maintainers
1

Mildom_dl

this project is currently under development.

(日本語/English)

How to install mildom_dl

$ pip3 install git+https://github.com/NDSLib/mildom_dl

TODO

  • archive download
  • live download
  • command support
  • Resolution Change support

Usage

$ mildom-dl -u https://www.mildom.com/playback/10738086?v_id=10738086-1598025891 -o out.mp4

or

from mildom_dl.mildomDL import MildomDL

mdl = MildomDL(url="https://www.mildom.com/playback/10738086?v_id=10738086-1598025891")
mdl.download("test.mp4")

切り抜いて保存(not working)

args : -s : start(seconds) -e : end (seconds)

$ mildom-dl -u https://www.mildom.com/playback/10738086?v_id=10738086-1598025891 -s 30 -e 530 -o out.mp4

or

...
mdl.download("test.mp4",start=30,end=530)

args

-u URL
-o output filename

-s start time (seconds)
-e end time (seconds)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts