From e85e09360d94096cc2ce790712eb8f821e1a5962 Mon Sep 17 00:00:00 2001 From: Soap Date: Thu, 9 Oct 2025 14:57:29 +0530 Subject: [PATCH] add reference to yt-dlp hook Signed-off-by: Soap --- bin/hooks/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/hooks/README.md b/bin/hooks/README.md index 9c18c55b..6d694941 100644 --- a/bin/hooks/README.md +++ b/bin/hooks/README.md @@ -39,6 +39,8 @@ these are `--xiu` hooks; unlike `xbu` and `xau` (which get executed on every sin * [qbittorrent-magnet.py](qbittorrent-magnet.py) starts downloading a torrent if you post a magnet url * [usb-eject.py](usb-eject.py) adds web-UI buttons to safe-remove usb flashdrives shared through copyparty * [msg-log.py](msg-log.py) is a guestbook; logs messages to a doc in the same folder +* [ytdlp-i.py](ytdlp-i.py) is an import-safe hook, based on wget.py, adds yt-dlp and aria2 support + * allows downloading file via URLs, yt-dlp supported links, any link downloadable with aria2 (including magnets) # general concept demos