Skip to content

sunecz/Media-Downloader-Default-Plugins

Repository files navigation

Media Downloader - Default Plugins

Default plugins for Media Downloader.

Supported websites

Legal disclaimer

These plugins are for educational purposes only. Downloading copyrighted materials from streaming services may violate their Terms of Service. Use at your own risk.

How to build

Building can be done either manually, or using Apache's Ant. The Ant script can be run either directly on the host machine or in the prepared Docker image.

To run the following commands on Windows, use PowerShell.

The following subsections assume you have already built both the Media Downloader project and the Media Downloader - DRM Plugin project first and you clone this repository to a directory next to the Media-Downloader and Media-Downloader-DRM directory.

Clone the repository

git clone https://github.com/sunecz/Media-Downloader-Default-Plugins.git
cd Media-Downloader-Default-Plugins/

Build using the Docker image

Finally, build the JARs:

docker run --rm -v "$(pwd):/workdir" -v "$(pwd)/../Media-Downloader:/Media-Downloader" -v "$(pwd)/../Media-Downloader-DRM:/Media-Downloader-DRM" --name md-build -it md:build ant -D"path.javafx"="/Media-Downloader/docker/openjfx"

Related repositories

Releases

No releases published

Languages