Re: downloading a complete web page without using a browser...

2021-07-06 Thread Stephen J. Turnbull
D&R writes: > env shows :0.0. I have tried several variations: > export DISPLAY=:0 > export DISPLAY=:0.0 > export DISPLAY=:0.1 The first two should work, not sure about the second. I would check the following: 1. Is there actually a firefox executable where the script expects it? (Not

Re: downloading a complete web page without using a browser...

2021-07-06 Thread
On Tue, 6 Jul 2021 14:31:29 +0900 step...@xemacs.org wrote: > Samuel Sieb writes: > > On 2021-07-03 8:02 p.m., dwoody5...@gmail.com wrote: > > > the url I am trying to download does not have an extension ie. no > > > '.htm' such as: > > > https://my.acbl.org/club-results/details/338288 > > Th

Re: downloading a complete web page without using a browser...

2021-07-05 Thread Samuel Sieb
On 2021-07-05 10:30 p.m., Thomas Stephen Lee wrote: On Mon, Jul 5, 2021 at 12:26 PM Samuel Sieb wrote: On 2021-07-03 8:02 p.m., dwoody5...@gmail.com wrote: the url I am trying to download does not have an extension ie. no '.htm' such as: https://my.acbl.org/club-results/details/338288 wget d

Re: downloading a complete web page without using a browser...

2021-07-05 Thread Stephen J. Turnbull
Samuel Sieb writes: > On 2021-07-03 8:02 p.m., dwoody5...@gmail.com wrote: > > the url I am trying to download does not have an extension ie. no > > '.htm' such as: > > https://my.acbl.org/club-results/details/338288 The extension doesn't matter to any of the utilities mentioned as far as I kn

Re: downloading a complete web page without using a browser...

2021-07-05 Thread Thomas Stephen Lee
On Mon, Jul 5, 2021 at 12:26 PM Samuel Sieb wrote: > > On 2021-07-03 8:02 p.m., dwoody5...@gmail.com wrote: > > the url I am trying to download does not have an extension ie. no '.htm' > > such > > as: > > https://my.acbl.org/club-results/details/338288 > > > > wget does not download the correct

Re: downloading a complete web page without using a browser...

2021-07-05 Thread
On Sat, 3 Jul 2021 20:25:04 -0700 users@lists.fedoraproject.org wrote: > On 7/3/21 8:02 PM, dwoody5...@gmail.com wrote: > > I have been using a shell script called save-page-as.sh to download a > > complete web page. This has been working as expected. > > The relevant line the the script is: > > "

Re: downloading a complete web page without using a browser...

2021-07-04 Thread Samuel Sieb
On 2021-07-03 8:02 p.m., dwoody5...@gmail.com wrote: the url I am trying to download does not have an extension ie. no '.htm' such as: https://my.acbl.org/club-results/details/338288 wget does not download the correct web page. I tried it and it worked, sort of. The problem is that you want t

Re: downloading a complete web page without using a browser...

2021-07-04 Thread
On Sun, 4 Jul 2021 10:37:33 -0700 sam...@sieb.net wrote: > On 2021-07-04 9:01 a.m., D&R wrote: > > On Sat, 3 Jul 2021 21:25:37 -0600 > > j...@zeff.us wrote: > > > >> On 7/3/21 9:02 PM, dwoody5...@gmail.com wrote: > >>> wget does not download the correct web page. > >>> > >> > >> When you try wget

Re: downloading a complete web page without using a browser...

2021-07-04 Thread Samuel Sieb
On 2021-07-04 9:01 a.m., D&R wrote: On Sat, 3 Jul 2021 21:25:37 -0600 j...@zeff.us wrote: On 7/3/21 9:02 PM, dwoody5...@gmail.com wrote: wget does not download the correct web page. When you try wget, what happens? Appreciate any pointers to get the save-page-as.sh working using a browser

Re: downloading a complete web page without using a browser...

2021-07-04 Thread Samuel Sieb
On 2021-07-04 8:58 a.m., D&R wrote: On Sun, 4 Jul 2021 01:11:28 -0700 sam...@sieb.net wrote: On 7/3/21 8:02 PM, dwoody5...@gmail.com wrote: the url I am trying to download does not have an extension ie. no '.htm' such as: https://my.acbl.org/club-results/details/338288 wget does not download

Re: downloading a complete web page without using a browser...

2021-07-04 Thread T.C. Hollingsworth
On Sun, Jul 4, 2021 at 9:02 AM D&R wrote: > It did not do any better than wget. > I did not find any options in curl to convert links to local. The wget man page suggests: wget -E -H -k -K -p https://my.acbl.org/club-results/details/338288 https://www.gnu.org/software/wget/manual/wget.html#Recur

Re: downloading a complete web page without using a browser...

2021-07-04 Thread Jim Oser
>From my website: http://www.fournotrump.com Note it is http not https so you may need to trust it. It is not asking for credit cards. > > fournotrump.com is broken > The new ACBL Live displaying of club results broke fournotrump.com > > There is no plan to fix fournotrump.com > > fournotrum

Re: downloading a complete web page without using a browser...

2021-07-04 Thread
On Sun, 4 Jul 2021 01:11:28 -0700 sam...@sieb.net wrote: > On 7/3/21 8:02 PM, dwoody5...@gmail.com wrote: > > the url I am trying to download does not have an extension ie. no '.htm' > > such as: > > https://my.acbl.org/club-results/details/338288 > > > > wget does not download the correct web pa

Re: downloading a complete web page without using a browser...

2021-07-04 Thread
On Sat, 3 Jul 2021 21:25:37 -0600 j...@zeff.us wrote: > On 7/3/21 9:02 PM, dwoody5...@gmail.com wrote: > > wget does not download the correct web page. > > > > When you try wget, what happens? > > > Appreciate any pointers to get the save-page-as.sh working using a browser > > or a different co

Re: downloading a complete web page without using a browser...

2021-07-04 Thread Samuel Sieb
On 7/3/21 8:02 PM, dwoody5...@gmail.com wrote: the url I am trying to download does not have an extension ie. no '.htm' such as: https://my.acbl.org/club-results/details/338288 wget does not download the correct web page. What happens for you? I tried it with wget and I get the exact same pa

Re: downloading a complete web page without using a browser...

2021-07-03 Thread Joe Zeff
On 7/3/21 9:02 PM, dwoody5...@gmail.com wrote: wget does not download the correct web page. When you try wget, what happens? Appreciate any pointers to get the save-page-as.sh working using a browser or a different command line program. If wget isn't working, try curl.

Re: downloading a complete web page without using a browser...

2021-07-03 Thread ToddAndMargo via users
On 7/3/21 8:02 PM, dwoody5...@gmail.com wrote: I have been using a shell script called save-page-as.sh to download a complete web page. This has been working as expected. The relevant line the the script is: "${browser}" "-new-window" "${url}" &>/dev/null I now need the ability to run this progr