I connect to a website in python and I fetch and download some links, but after a certain download I get ip banned for a certain period of time. When I try to download it using a proxy in python, proxies do not work in vps and colab. But it works on my computer.
proxies also work on openbullet which I use on vps. What I want to learn is can I download the files in the links in openbullet 2?
Your HTTP Request didn’t download a file, otherwise you would see a bunch of base64 data. Instead, it reached an HTML page. That’s why it’s not working. Your HTTP request is incorrect.
It’s possible using external libraries / invoking an external program, there is no built-in way to do it. I would suggest using the shell block to invoke this program pdftotext(1)