Python Forum

Full Version: Downloading Multiple Webpages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I Need a script that takes link's from a text document and downloads the web page there linked to, for example: Lets say I have a text document and there's two link's in there, https://google.com and https://youtube.com the script would take those two link's and download them to my Desktop, it sounds confusing and completely random but I need it for something very specific, heres some more information: The link's I'm downloading are .mp3's and the text document I'm extracting them from is called "Delete.txt" here is the path "C:\Users\Keith\Desktop" I'm running Python 3.7.3 and I only know the basics to Python, if someone could help me with this I would be so happy, thanks.
How do I download a web page using python?
you use the module that knows how to make a web request through another module that knows how to make internet connects.
what does "download them to my Desktop" mean?