Python Forum
I wan't to Download all .zip Files From A Website (Project AI)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I wan't to Download all .zip Files From A Website (Project AI)
#47
Also the links.txt File was created and the links were obtained, but no links where written to that File
did you change the seed line 25 of ScrapeUrlList.py?
you need to log into flight sim and get the base download page.
As I stated before, the seed is changes for each session, so it must be passed to the program.
Output:
url = f'https://www.flightsim.com/vbfs/fslib.php?searchid=65893537&page={pageno}' -------- |___ This changes for each session.
For a quick fix, either replace that number each time or change the code to accept seed from command line argument.
what really needs to be done:
You must first and foremost get the password code that DeaD_EyE provided to work and added to the program.
Once you have done that, you can automatically link to the download page and fetch the seed.

Also you don't have to write the url's to a file, you can just call get_url and download immediately.
Reply


Messages In This Thread
RE: I wan't to Download all .zip Files From A Website (Project AI) - by Larz60+ - Aug-29-2018, 09:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Website scrapping and download santoshrane 3 4,447 Apr-14-2021, 07:22 AM
Last Post: kashcode
  Login and download an exported csv file within a ribbon/button in a website Alekhya 0 2,728 Feb-26-2021, 04:15 PM
Last Post: Alekhya
  Cant Download Images from Unsplash Website firaki12345 1 2,361 Feb-08-2021, 04:15 PM
Last Post: buran
  Download some JPG files and make it a single PDF & share it rompdeck 5 5,806 Jul-31-2020, 01:15 AM
Last Post: Larz60+
  download pdf file from website m_annur2001 1 3,065 Jun-21-2019, 05:03 AM
Last Post: j.crater
  Access my webpage and download files from Python Pedroski55 7 5,810 May-26-2019, 12:08 PM
Last Post: snippsat
  Download all secret links from a map design website fyec 0 2,909 Jul-24-2018, 09:08 PM
Last Post: fyec
  I Want To Download Many Files Of Same File Extension With Either Wget Or Python, eddywinch82 15 14,875 May-20-2018, 06:05 PM
Last Post: eddywinch82

Forum Jump:

User Panel Messages

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