Go to file
4 raccoons in a trenchcoat. / luna vivian 398587e998 redesigned registration prompt
Implements changes suggested in #15.

A new registration prompt! (basically the same but nicely packaged now)

It now also has new links between both the login and register pages.
2023-04-20 04:08:46 +02:00
code * add common functions file (oops) 2022-11-29 14:12:23 -05:00
templates redesigned registration prompt 2023-04-20 04:08:46 +02:00
webroot overhauled playlist page 2023-04-20 02:53:11 +02:00
.gitignore finally added a gitignore for obvious reasons 2023-04-19 23:03:07 +02:00
config.sh changed lots of stuff, changed legacy templates/head.sh calls w/ its own header.shs - overall, sorry domi lol 2023-04-19 22:42:30 +02:00
README.md changed lots of stuff, changed legacy templates/head.sh calls w/ its own header.shs - overall, sorry domi lol 2023-04-19 22:42:30 +02:00
routes.sh * fixed date usage for busybox 2021-08-29 10:34:19 +00:00

BashTube

a YouTube frontend written in Bash using yt-dlp. Currently a bit WiP, but we're getting better!

Installation instructions

  1. Download HTTP.sh
  2. Clone this repository into app under HTTP.sh
  3. ./http.sh

Dependencies

This application has been tested on Void Linux, Arch Linux and Alpine Linux. Below, I present a comprehensive list of packages needed to run it under alpine:

curl
file
findutils
grep
jq
nmap-ncat
python3
sed
socat
util-linux
xxd

Some functionality may be limited without installing the coreutils package, but because I love GNU as much as the next person, I strive to make BashTube fully compatible with BusyBox.

Additionally, you need to install yt-dlp, either by obtaining the source tree or by downloading the binary release from pip.

Contributing

If you wish, write to sdomi (ja at sdomi.pl), and we'll be in touch.