Coder Social home page Coder Social logo

1987128073 / ncdownloader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shiningw/ncdownloader

0.0 0.0 0.0 2.27 MB

An easy-to-use web interface for Aria2 and Youtube-dl (downloading bittorrents, videos from twitter, youtube and the likes)运行在nextcloud下的多功能下载工具(Aria2 and youtube-dl)

License: GNU Affero General Public License v3.0

Shell 0.16% JavaScript 15.85% PHP 53.08% TypeScript 12.80% CSS 0.25% Makefile 1.69% Vue 13.54% SCSS 2.63%

ncdownloader's Introduction

An easy-to-use web interface for Aria2 and youtube-dl

  • Search for torrents within the app from mutiple BT sites
  • Control Aria2 and manage download tasks from the web;
  • Harnessing the power of youtube-dl to download videos from 700+ video sites(youtube,youku,dailymotion,twitter,facebook and the likes;

nc2

nc4

nc5

How to use

NCDownloader has included both yt-dlp(faster version of youtube-dl) and aria2c and there is no need for manual installation under normal circumstances (tested it successfully with snap version of nextcloud both in centos7 and ubuntu 20.04)
But if for some reason,the builtin binaries don't work for you, then you will need to install them yourself

installing aria2 and yt-dlp in ubuntu

sudo apt install aria2
sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2022.05.18/yt-dlp 4 -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

Also, if you don't want to use the builtin versions, you can always force the app use a specific version by setting the binary path manually. In that case, the app will not try to find youtube-dl binary in your system, and the built-in ones will be ignored as well.

How to build front-end code

NPM 7.0+ and node 14.0.0+ are required to build front-end scripts

#start to build
npm run build

#installing php dependencies
composer install

Nextcloud App homepage

https://apps.nextcloud.com/apps/ncdownloader

ncdownloader's People

Contributors

shiningw avatar medismail avatar polter-rnd avatar emericv avatar bahaaza avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.