Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Downloading Multiple Webpages
#1
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.
Reply
#2
see:
Web-Scraping part-1
Web-scraping part-2 (Pages: 1 2 )
Reply
#3
How do I download a web page using python?
Reply
#4
you use the module that knows how to make a web request through another module that knows how to make internet connects.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply
#5
what does "download them to my Desktop" mean?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Information Web-scraping, multiple webpages Pabloty92 1 1,246 Dec-28-2022, 02:09 PM
Last Post: Yoriz
  python selenium downloading embedded pdf damian0612 0 3,656 Feb-23-2021, 09:11 PM
Last Post: damian0612
  Downloading CSV from a website bmiller12 1 1,779 Nov-26-2020, 09:33 AM
Last Post: Axel_Erfurt
  Downloading book preview Truman 6 3,461 May-15-2019, 10:02 PM
Last Post: Truman
  Downloading txt files tjnichols 6 3,996 Aug-27-2018, 10:01 PM
Last Post: tjnichols

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020