Skip to main content

All Questions

Tagged with
10 questions with no upvoted or accepted answers
2 votes
0 answers
542 views

Is there a way to download wikipedia pages programmatically?

I'd like to download some Wikipedia pages as part of a program. Currently I would go to the pages on a browser, click "Download as PDF" manually, wait for it to render, then download it, then rename ...
ceiling cat's user avatar
  • 4,557
1 vote
0 answers
2k views

Download a single web page (including images from CSS)

I want to download a single web page including everything needed to view the web page locally (this includes images linked in the css). Example URL i want to download: http://www.example.com/page1 ...
2by's user avatar
  • 163
1 vote
2 answers
1k views

download file in Linux console from server that use redirection

First of all, I just don't want to change name of curl's output file. The great example is http://www.getsoloapp.com/download. When you do: curl http://www.getsoloapp.com/download you download html. ...
viron's user avatar
  • 11
1 vote
1 answer
79 views

Is there anyway to download linux commands from a distro's repositatory into a usb stick?

Recently, we bought a motherboard that requires everything to be the ABSOLUTE latest OS, drivers, etc or it won't run. However, we figured out how to force it into Legacy Mode to install an old Linux ...
ThN's user avatar
  • 1,278
1 vote
1 answer
1k views

Download from a redirect using wget or curl

I want to download something from https://www.articy.com/en/downloads/server/. The link I have to click to download the file is https://www.articy.com/download/articyserver3. I tried using curl -OJL ...
Deses's user avatar
  • 250
0 votes
0 answers
44 views

Retrieve all ZIPs from specific site subdirectory

I'm trying to retrieve the *.ZIP files from this Zophar.net Music section, specifically the NES console. The files are freely downloadable per each game separately, which will be a huge time sink to ...
Jeremy Hendricks's user avatar
0 votes
0 answers
370 views

ZScalar 'proceed' with download with wget

I am using PowerShell Invoke-WebRequest (alias wget) to download miniconda. When using the Windows 10 GUI, Zscaler will warn me, but I can still click on the "Continue" button to continue ...
Clay's user avatar
  • 561
0 votes
0 answers
349 views

Can't get back my downloads after moving it D:\ drive

I am having the exact same problem as this person here: Win10 - Accidentally moved my downloads folder to D:\, can't seem to revert or change I accidentally made my downloads and my D:\ drive a ...
user avatar
0 votes
1 answer
2k views

Bitsadmin Download Error

I saw a feed referring to downloading via bitsadmin (v.7.5.7601.17514) on Windows 7. I have trouble implementing this myself and continue to get errors when running the code when running from a batch ...
Charlie's user avatar
0 votes
1 answer
229 views

Download best image or media from website on command line

I'd like a command line script, that when called with an URL, will download all images&media, or with suitable command line arguments, filter them. It is not as easy as doing a wget and grep, as ...
RipperDoc's user avatar
  • 457