I tried to write a program that can automatically down files (with php links). However, I have two issue right now
First, my target website requires registration for the first time access. Then, every time when I clicked the download link, it automatically downloads the file I want. It looks like searched some cookies that saved on my computer to determine who I am. How to make my python program deal with my local cookies? if multiples?
Second, can anyone provide me an example code about how to deal with php download link file? I want to save all these files on a specific location with a specific name. How should I do that in python3?