Hey guys.
So, I am trying to modify a script to download youtube videos.
I want to have a bash script, and couldn't find anything already done on the
web, so I looked around and found this: https://calomel.org/youtube_wget.html
They use Perl, but I want to use bash (besides Perl is freaking weird to me,
never learned to work with it). Basically I need only to learn how to look
through the html of a youtube video page, and get the video url to download.
If someone can help me I would be really grateful, as I don't understand most
of the code on that script.
The final result will be a simple bash script that downloads either a video
or a full playlist from youtube, without using any SaSS and using Tor to
protect and maintain privacy.
Thanks!!