Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
dmhy-subscribe
Advanced tools
Subscribe and schedule downloading magnets on dmhy. Support Linux & Windows 10.
在動漫花園訂閱並排程下載磁鏈,支援 Linux & Windows 10
Linux:
$ sudo add-apt-repository ppa:deluge-team/ppa
$ sudo apt update
$ sudo apt install deluge deluged deluge-console
Windows 10: Use official installer
$ npm i -g dmhy-subscribe
Usage: dmhy [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
add [options] [anime...]
Add <anime> to subscribe.
A <anime> contains a name and following keywords
to identify series you want to download, then
joins them by CSV format in a string.
Examples:
Direct:
$ dmhy add '紫羅蘭永恆花園,動漫國,繁體,1080P'
$ dmhy add '紫羅蘭永恆花園,動漫國,繁體,1080P' 'pop team epic,極影,BIG5'
File:
$ dmhy ls --addable > a.txt
$ dmhy rm --all
$ dmhy add --file a.txt
remove|rm [options] [vid...]
Unsubscribe <anime> by <vid>.
The <vid> are listed at `$ dmhy list`.
Examples:
$ dmhy rm XYZ ABC
$ dmhy rm -a
download|dl [epid...]
Download <episode> of <anime> which are subscribed.
The epid format: <vid>-<ep>
<ep> : int | float | 'all' | <ep>..<ep> | <ep>,<ep>
If only <vid>, means <vid>-all.
Examples:
$ dmhy download ABC-01 DEF
$ dmhy dl XYZ-5.5 QWE-all ZZZ-1,3..5,6,8
list|ls [options]
List all <anime> which are subscribed.
cron format: http://www.nncron.ru/help/EN/working/cron-format.htm
Check and fetch every 6 hour
$ (crontab -l 2>/dev/null; echo "0 */6 * * * `which dmhy`") | crontab -
Use pm2 instead
$ npm i -g pm2
$ pm2 start dmhy --cron '0 */6 * * *'
$ pm2 ls
There are some previous work for Windows 10:
C:\Program Files (x86)\deluge
in default) into environment variabledeluged
to execute deamonTest previous work with PowerShell:
> deluge-console info
# if no error, OK
Use pm2 with PowerShell
> npm i -g pm2
> pm2 start %appdata%\npm\node_modules\dmhy-subscribe\index.js --name "dmhy" --cron "* */6 * * *"
> pm2 ls
FAQs
Subscribe by keywords and download megnets
The npm package dmhy-subscribe receives a total of 135 weekly downloads. As such, dmhy-subscribe popularity was classified as not popular.
We found that dmhy-subscribe demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.