No description
Find a file
2023-07-04 19:52:16 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2023-07-04 19:52:16 +02:00
bin Init 2023-07-04 19:41:50 +02:00
.gitattributes Initial commit 2023-07-04 19:39:50 +02:00
LICENSE Initial commit 2023-07-04 19:39:50 +02:00
README.md Update README.md 2023-07-04 19:45:31 +02:00

string to link ytb

A simple program to transform a list of videos strings - like a big query - into a list of their links using Google Youtube Search API

To use the program you'll need to install python, then the module requests

pip install requests

Then put all the songs you want to get the links into songs.txt

Then run: python bin/main.py

And once it's done, go into links.txt and all the links are here !

Feel free to modify it! - You can create any fork you want -