-
Notifications
You must be signed in to change notification settings - Fork 109
Description
Hello
I'm an autistic girl trying to download all files on a webpage. It are zip files.
I found code here I want to use:
Can this code be used to download all zip files from following page? (At the left click on 'models' to see the page)
https://www.mameworld.info/3darcade/
I'have very little python experience and I'm stuck with 2 problems
-
How to save the 'models' page to html file so I can read it in the code example? They use 'source.html'
-
If you click on a '.MAX' download link on the 'models' page, you get a message where you can choose 'ok' or 'cancel'. This message appears before you download the file. What do I need in the code above to select 'ok' in this message? This message only appears for '.MAX' links
If anybody can adjust the code to make it work, I would be very happy
I tried for many weeks but I just don't have the knowledge to do it πππ
Thanks so much!