Proxyload
proxyload.sh version 0.12
https://github.com/endwall2/endware/raw/master/proxyload.sh
##fixed a bug where the ssl_proxies wouldn't download, added a while loop and a check to make sure that they download. Might take longer to run but should give the correct output.
Protofix
protofix.sh version 0.02
https://github.com/endwall2/endtools/raw/master/protofix.sh
## A file to append the protocol extension to the proxies for use with endtube
$ protofix https ssl_proxies_checked.txt >> plist_ssl.txt
$ protofix socks5 socks_proxies_checked.txt >> plist_socks.txt
Workflow:
$ proxyload
$ proxycheck ssl_proxies.txt
$ proxycheck socks_proxies.txt
$ protofix https ssl_proxies_yt.txt >> plist.txt
$ protofix socks5 socks_proxies_yt.txt >> plist.txt
$ sort -R plist.txt | sort -R >> plist_sort.txt
$ endtube --proxylist plist_sort.txt --list videos.txt
Let me know if you experience any bugs with the above workflow. Thanks.
Also I have to study for a quiz and work on an assignment, so I'm busy until next friday.