Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

kirillt/ark-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a thin wrapper of youtube-dl with REST API.

You just send your link to it and after some time the content appears in folder where you started the server:

curl 127.0.0.1:1337/submit -d https://www.youtube.com/watch?v=N3KsbS60pEc

I have launched this on my server where I also spawned Syncthing.
So I send links via Termux from my phone, the server downloads them and
when I come home and open my laptop (or my phone connects to Wi-Fi)
videos download there pretty quick.

Probably sometime I will have time to make a UI for it.

About

Tiny server which receives links to downloadable resources and runs youtube-dl on them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages