Python Forum
Download entire web pages and save them as html file with urllib.request
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Download entire web pages and save them as html file with urllib.request
#2
You have to analyze the html in your browser (view source code):

1 - Check from where it is getting the images files.
2 - Check all the CSS and JS that are being loaded to proper render the page file.
2.1 - Check if the table content is coming from JS (maybe JS is generating the content dynamically).
Reply


Messages In This Thread
RE: Download entire web pages and save them as html file with urllib.request - by gontajones - Jul-13-2018, 10:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  FTP Download of Last File jland47 4 408 Mar-16-2024, 09:15 AM
Last Post: Pedroski55
  Open/save file on Android frohr 0 337 Jan-24-2024, 06:28 PM
Last Post: frohr
  Make entire script run again every 45 mo NDillard 0 325 Jan-23-2024, 09:40 PM
Last Post: NDillard
  how to save to multiple locations during save cubangt 1 562 Oct-23-2023, 10:16 PM
Last Post: deanhystad
  Need to replace a string with a file (HTML file) tester_V 1 777 Aug-30-2023, 03:42 AM
Last Post: Larz60+
  urllib can't find "parse" rjdegraff42 6 2,217 Jul-24-2023, 05:28 PM
Last Post: deanhystad
  save values permanently in python (perhaps not in a text file)? flash77 8 1,250 Jul-07-2023, 05:44 PM
Last Post: flash77
  download a file from a URL JayManPython 7 1,371 Jun-28-2023, 07:52 AM
Last Post: JayManPython
  Save and Close Excel File avd88 0 3,084 Feb-20-2023, 07:19 PM
Last Post: avd88
  Tkinterweb (Browser Module) Appending/Adding Additional HTML to a HTML Table Row AaronCatolico1 0 939 Dec-25-2022, 06:28 PM
Last Post: AaronCatolico1

Forum Jump:

User Panel Messages

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