Skip to main content

Questions tagged [wget]

A GNU non-interactive (can be called from scripts, cron jobs , terminals without the X-Windows support, etc.) network downloader that retrieves content from web servers. The name is derived from World Wide Web and get.

wget
-2 votes
1 answer
27 views

Is it possible to install cgywin and wget for windows xp?

I need to run windows xp system and use cygwin and wget tools. Is it possible? I googled and some links are not working anymore.
susanna's user avatar
  • 1,481
0 votes
1 answer
35 views

Accessing folder through os.scandir() after changes made to folder

I am trying to iterate through a folder with html files to filter them according to whether they contain a keyword or not in their string form. I download them to a folder through wget and ...
user24330119's user avatar
0 votes
0 answers
57 views

"/bin/bash: wget: command not found" error in Jupyter notebook environment

I mainly use Google Colab, but Google Colab had a payment issue, so yesterday I tried to run the 100% same code in Jupyter Notebook. My code is : !pip install --upgrade mxnet !pip install --upgrade ...
ROSA LEE's user avatar
0 votes
0 answers
25 views

Creating a Mac app that acts as a GUI for wget for my specific usecase

I've been trying to create a Mac app that exactly replicates this command: wget -c --no-check-certificate --tries=inf --waitretry=0 --retry-on-http-error=502,503,504 --read-timeout=5 --connect-timeout=...
Gunner Kim's user avatar
0 votes
0 answers
35 views

Get data from Datalogger via wget/curl

I need to download the data from a datalogger, day by day, which only allows ftp/wget/curl. I need to create a script which download the files from the folder (or the folder itself) day by day every ...
JX1974's user avatar
  • 1
0 votes
1 answer
39 views

How to download html with curl or wget from a page using a JavaScript login sequence?

I am trying to scrape the "status page" of my PV system as follows: In a regular browser, I simply open this page: https://enlighten.enphaseenergy.com/web/5000000/today/graph/hours This ...
emp-00's user avatar
  • 1
-1 votes
1 answer
42 views

Creating directories with wget

I need to download files from several pages, using wget -r -l 1 -nd -H --accept-regex 'https://blogspot.com/s[0-9]{4}/[0-9]{3}.pdf' -i list.txt; in the TXT file I have a list of all the pages from ...
Mauro's user avatar
  • 135
0 votes
0 answers
34 views

Download file from TeamCity with SSO using bash

I need to download an artefact from TC using a bash command (it should work in Ubuntu 22.04.3 deb based server). TeamCity authentication mode is SSO only via MS account and 2FA authentication. Is it ...
NorrtT's user avatar
  • 25
0 votes
0 answers
15 views

How do I record download rate for every second when downloading file with wget?

I'm downloading file online and intend track the download rate consistency. I see I can use wget to DL file using command prompt. Is it possible and how do I record the download rate for every second ...
sunny's user avatar
  • 51
-1 votes
1 answer
28 views

Wget give different result with python request

I have been trying to extract transaction records from this website: https://www.house730.com/en-us/deal/?type=rent. Looking into stack overflow, I have stumbled into a solution that uses urllib....
Pond-nj's user avatar
  • 45
2 votes
1 answer
47 views

Pipe wget into sh - issue with line breaks

I'm trying to download a bash script using wget and pipe it over to sh but I'm running into problems. It works fine in separate steps (wget to download, then execute), but not when piping to sh. The ...
devklick's user avatar
  • 2,469
1 vote
2 answers
75 views

Python Selenium Script Using Drop-down menus

I am trying a fun project related to future Canadian Health and safety Industry career aspirations that will also help me build Python skills. There is a website that provides data on Canadian ...
Abdirahman Ahmed's user avatar
0 votes
0 answers
7 views

how to fix syntax error on using wget on Colab

wget 'https://dsmn.ml/files/d2-net/d2_tf.pth' -O models/d2_tf.pth File "", line 1 wget "https://dsmn.ml/files/d2-net/d2_tf.pth" -O models/d2_tf.pth ^ SyntaxError: invalid syntax ...
tafusen's user avatar
-1 votes
2 answers
117 views

Trying to pip instal wget with cmd [closed]

I am trying to install wget with pip through the following commands: C:\Users\jacob>pip uninstall wget Found existing installation: wget 3.2 Uninstalling wget-3.2: Would remove: c:\users\...
user24826558's user avatar
0 votes
2 answers
69 views

wget python .tmp error doesn't work on specific web URL(web crawling )

Hello I have a weird problem in Python using wget, will be so grateful if someone could give me a help. what I want to do : download the file('.pdf','.djvu') from specific website(ex. wiki) with wget, ...
Jung Woo Sohn's user avatar

15 30 50 per page
1
2 3 4 5
258