Searching Youtube
$ endjail
$ torsocks --shell
$ youtube-viewer
=>> Search for YouTube videos (:h for help)
> Endchan
1. EndChan/InifNow question and answer (by OdiliTime) [01:10:35]
2. The Old 4Chan (by That Guy With A Voice) [01:48]
3. The Voice Teens Philippines Battle Round: Clark vs. Chan - In The End (by The Voice Teens Philippines) [05:14]
...
=>> Select one or more videos to play (:h for help)
> 1
URL: https://youtube.com/watch?v=ParATBARwic
-> Channel : OdiliTime
-> ChannelID : UC9YYaqKNOZa5ue-sxE0cuPA
-> Definition: HD
-> Duration : 01:10:35
...
Copy the URL into a text file, list.txt , in leafpad, nano etc. and repeat
=>> Select one or more videos to play (:h for help)
> :q
$ oldtube --list list.txt
$ oldtube https://youtube.com/watch?v=ParATBARwic
Using proxies:
$ proxyload
Format the first line of ssl_proxies.txt to remove everything but the ip address at the end (or just delete the first line)
$ protofix https ssl_proxies.txt | sort -R | sort -R >> sort_ssl.txt
$ endtube --ua-rand --proxylist sort_ssl.txt --list list.txt
Add proxycheck to the workflow to get working proxies only.
$ proxycheck ssl_proxies.txt
$ protofix ssl_proxies_yt.txt | sort -R | sort -R >> sort_ssl_chk.txt
If you have a better workflow feel free to share.