You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
.github/workflows | 4 months ago | |
.directory | 5 years ago | |
.gitignore | 3 years ago | |
README.md | 4 months ago | |
check.sh | 4 years ago | |
chrometube-dl.sh | 4 months ago | |
youtube-dl.sh | 4 months ago | |
yt-dl-send-notify.sh | 3 years ago |
README.md
FF-auto-youtube-download-TEST-
Get all Videos from Firefox bookmarks
No Youtube login needed !
youtube-dl.sh downloads automatic newest Videos into local download folder.
To use this script you need: Shell, yt-dlp fallback is now youtube-dl, Firefox (tested with 66 - 108), sqlite3 . //aria2 (fast download as an option)
No firefox, no problem , write your playlists to an array.
Useful things
- There is a checker for dependencies: check.sh
- There is a notifier script for the Kubuntu desktop: yt-dl-send-notify.sh
Crontab these scripts !
-
0 */2 * * * /home/foo/bin/youtube-dl.sh > /dev/null 2>&1
-
0 * * * * XDG_RUNTIME_DIR=/run/user/$(id -u) /home/foo/bin/yt-dl-send-notify.sh
-
update youtube-dl, may be useful (0 12 * * * youtube-dl -U)