Downloader für Videoclips. Original ist bei Github
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.
Stefan Höhn beab2695a7
shellcheck button
4 months ago
.github/workflows update v3 4 months ago
.directory check dependencies + 5 years ago
.gitignore notify: wenn keine neuen Daten, dann kein popup 3 years ago
README.md shellcheck button 4 months ago
check.sh check.sh & youtube-dl.sh now Shellcheck approved 4 years ago
chrometube-dl.sh variable kommentiert alles für Shellcheck 4 months ago
youtube-dl.sh shellcheck variables fixed 4 months ago
yt-dl-send-notify.sh Shows linked video-clip-folder in popup 3 years ago

README.md

FF-auto-youtube-download-TEST-

Get all Videos from Firefox bookmarks

Shellchecked: Trigger: Push action

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 !

  1. 0 */2 * * * /home/foo/bin/youtube-dl.sh > /dev/null 2>&1

  2. 0 * * * * XDG_RUNTIME_DIR=/run/user/$(id -u) /home/foo/bin/yt-dl-send-notify.sh

  3. update youtube-dl, may be useful (0 12 * * * youtube-dl -U)


There is script for the Chromium Browser . It's pre-alpha but works for me. Support needed !