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)
#30
How do I do that Larz60+ ? Is the Code when run checking the Wrong area ? based on the Traceback Error I posted before ?

I also have the Program Wget, would it be easier to use that program, for Web-Scraping the .zip Files I wan't ? I tried the Following last night in Wget :-

wget -r -np -l 0 -A zip https://www.flightsim.com/vbfs/fslib.php...ch&fsec=62

But when I ran that code in Wget, I got the following Error :-

'fsec' is not recognized, as an internal or external command, operable program or Batchfile.

Any ideas how I can fix that problem ?

This was all the info shown in Command Prompt :-

Microsoft Windows [Version 6.1.7601]
Copyright © 2009 Microsoft Corporation. All rights reserved.

C:\Users\Edward>cd\wget

C:\wget>wget -r -np -l 0 -A zip https://www.flightsim.com/vbfs/fslib.php?do=sear
ch&fsec=62
--2018-08-27 13:40:56-- https://www.flightsim.com/vbfs/fslib.php?do=search
Resolving www.flightsim.com (www.flightsim.com)... 104.28.0.19, 104.28.1.19
Connecting to www.flightsim.com (www.flightsim.com)|104.28.0.19|:443... connecte
d.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: /vbfs/fslib.php?searchid=65875703 [following]
--2018-08-27 13:40:58-- https://www.flightsim.com/vbfs/fslib.php?searchid=65875
703
Reusing existing connection to www.flightsim.com:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'www.flightsim.com/vbfs/fslib.php@do=search.tmp'

www.flightsim.com/v [ <=> ] 57.21K --.-KB/s in 0.07s

2018-08-27 13:40:58 (814 KB/s) - 'www.flightsim.com/vbfs/fslib.php@do=search.tmp
' saved [58579]

Removing www.flightsim.com/vbfs/fslib.php@do=search.tmp since it should be rejec
ted.

FINISHED --2018-08-27 13:40:58--
Total wall clock time: 2.3s
Downloaded: 1 files, 57K in 0.07s (814 KB/s)
'fsec' is not recognized as an internal or external command,
operable program or batch file.

C:\wget>
Reply


Messages In This Thread
RE: I wan't to Download all .zip Files From A Website (Project AI) - by eddywinch82 - Aug-27-2018, 12:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Website scrapping and download santoshrane 3 4,507 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,774 Feb-26-2021, 04:15 PM
Last Post: Alekhya
  Cant Download Images from Unsplash Website firaki12345 1 2,390 Feb-08-2021, 04:15 PM
Last Post: buran
  Download some JPG files and make it a single PDF & share it rompdeck 5 5,862 Jul-31-2020, 01:15 AM
Last Post: Larz60+
  download pdf file from website m_annur2001 1 3,098 Jun-21-2019, 05:03 AM
Last Post: j.crater
  Access my webpage and download files from Python Pedroski55 7 5,873 May-26-2019, 12:08 PM
Last Post: snippsat
  Download all secret links from a map design website fyec 0 2,939 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,972 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