Skip to content

This is an App I made for downloading media files using yt-dlp. It allows you to download video files, typically to mp4, and even extract just the audio.

License

Notifications You must be signed in to change notification settings

jacobseated/yt-dlp-downloader-for-nextcloud

Repository files navigation

Downloader

A template to get started with Nextcloud app development.

Server Dependencies

  • yt-dlp needs to be installed at the server at /usr/bin/yt-dlp E.g.

    Using pip:

    pip install --upgrade yt-dlp

    Or just install the binary:

    wget -O /usr/bin/yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp
    chmod +x /usr/bin/yt-dlp
  • python3

  • ffmpeg

You should be able to easily install both python3 and ffmpeg using the package manager of your operating system. E.g:

Ubuntu

apt install python3 python3-pip ffmpeg

Alpine

apk add --no-cache python3 py3-pip ffmpeg

About

This is an App I made for downloading media files using yt-dlp. It allows you to download video files, typically to mp4, and even extract just the audio.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published