A library written in Perl to download videos from webpages which provides programs for users with this function. Currently the programs are a cli utility peertube-dl and a webpage peertube-dl-hynotoad https://peertubedl.freemyip.com
Go to file
sergiotarxz da4b3af819
Better install instructions.
2020-12-26 04:22:03 +01:00
bin Sugar for users. 2020-12-26 03:52:11 +01:00
LICENSE Initial commit 2020-12-26 02:59:55 +01:00
MANIFEST Better install instructions. 2020-12-26 04:22:03 +01:00
Makefile.PL Adding installation of the script with make install. 2020-12-26 03:27:17 +01:00
README.md Better install instructions. 2020-12-26 04:22:03 +01:00
cpanfile Better install instructions. 2020-12-26 04:22:03 +01:00

README.md

Peertube-dl

A little Perl program which downloads videos from some webpages.

Wants to be something similar to youtube-dl with support for some sites not acceptables under youtube-dl policies.

Of course the name means Peertube will be supported someday.

Supported webpages:

animeflv.net

animeflv.cc

Installation

There is two alternative ways:

System install

sudo apt install perl make libwww-perl liburi-encode-perl libjson-perl
perl Makefile.PL
make
make install

Localized install with cpanminus.

sudo apt install cpanminus
cpanm . --installdeps
cpanm .

Usage

peertube-dl <Supported url>

You can assume the supported urls are the ones which have a media player.

Disclaimer

SEEING THE ADS TO SUPPORT THE JOB OF THE DISTRIBUTORS AND CONTENT CREATORS ASSOCIATED WITH THESE PAGES IS CURRENTLY NOT SUPPORTED BUT CAN BE OPTIONAL IN A FUTURE.

THIS SOFTWARE COMES WITH THE HOPE IT WILL BE USEFUL BUT WITHOUT ANY WARRANTY.

A COPY OF THE LICENSE WHICH APPLIES FOR THIS SOFTWARE (AGPLV3) CAN BE FOUND IN THE LICENSE FILE.

IF YOU RUN ANY PART OF THIS CODE AS A SERVICE OR DISTRIBUTE IT YOU MUST CONVEY THE SOURCE CODE IN A HUMAN READABLE FORM TO THE DISTRIBUTEE OR USER.