A program that searches invidious gives you video titles and IDs
Go to file
2023-06-28 02:18:17 +00:00
manpages added manpage 2023-05-21 11:08:22 +02:00
.gitignore fixed bug where stack thinging occured 2023-05-19 15:01:32 +02:00
config.h made instance random 2023-05-20 21:05:13 +02:00
config.mk Initial 2023-05-10 15:14:49 +02:00
LICENSE Create LICENSE of type AGPL v3.0 2023-05-10 13:24:00 +00:00
main.c made program delete tempory files once they arent needed 2023-05-21 11:36:08 +02:00
Makefile made program delete tempory files once they arent needed 2023-05-21 11:36:08 +02:00
README.md Update README.md 2023-06-28 02:18:17 +00:00
util.c made program check all arguments (seperated by spaces) for string to search instead of just the first argument 2023-05-11 11:17:48 +02:00
util.h Initial 2023-05-10 15:14:49 +02:00

moved to codeberg

YT find

A simple C program that scrapes invidious for video titles and the equivalent video IDs

Sorta suckless like but there really isn't much to configure

LICENSE

AGPL v3.0-Or-Later. Check file named "LICENSE" in the root directory for more info

Build

Only tested with gcc compiler

C libraries you need:

  • json-c
  • cURL

Make:

sudo make install