"Command-line program to download videos from Mildom.com"
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mildom_dl-0.0.2.tar.gz
(4.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mildom_dl-0.0.2.tar.gz.
File metadata
- Download URL: mildom_dl-0.0.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b967e4245e720b09110cb8d1f5feeb9bb8da2c975ca2cf0eb20c20d460e43471
|
|
| MD5 |
d87da990bb9073925d6c9e899f024bf8
|
|
| BLAKE2b-256 |
c5e7e9a41b546e5755c0a8bb29ee0456bc62c80741a3301d72cfc82b8a984b90
|
File details
Details for the file mildom_dl-0.0.2-py3-none-any.whl.
File metadata
- Download URL: mildom_dl-0.0.2-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7f210cb118d1b06de78e37ca380e03c602e940650140c0482b62ad742c10b21
|
|
| MD5 |
15074d9bdf6a34343d4971bba299eeac
|
|
| BLAKE2b-256 |
09c7487961959ad97976bf5b8f8fbc832d002161cb5550ca7bb53880898e6ef4
|