[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fedora-list
Subject:    Re: downloading a complete web page  without using a browser...
From:       "Jim Oser" <oserj () oserconsulting ! com>
Date:       2021-07-04 16:42:48
Message-ID: 8974003f-d2cd-469a-90c3-d077ca05c2a3 () www ! fastmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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
> 
> fournotrump.com is still working for the Hoppe club because David Blohm is not \
> using ACBL Live. 
Contact me directly if you want to discuss ACBL web site results.

Also can google:  ACBL api

https://bridgewinners.com/forums/read/webmasters-forum/acbl-releases-api-for-acbl-live/


IMHO,  your question is related to ACBL website, not to Fedora. I don't want to post \
things that are unrelated to Fedora here.

Jim Oser
oserj@oserconsulting.com

On Sat, Jul 3, 2021, at 8:02 PM, dwoody5654@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 program or another program via email to my
> computer from other locations. I do not have the option to login remotely.
> 
> The save-page-as.sh program runs firefox. I have not been able to get this to
> work using email. env shows DISPLAY=:0.0. I have added each of the Display
> commands as below:
> 
> export DISPLAY:0
> export DISPLAY:0.0
> export DISPLAY:0.1
> 
> None of those have worked.
> 
> 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.
> 
> Appreciate any pointers to get the save-page-as.sh working using a browser or a
> different command line program.
> 
> David
> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-leave@lists.fedoraproject.org
> Fedora Code of Conduct: \
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: \
> https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: \
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not \
> reply to spam on the list, report it: https://pagure.io/fedora-infrastructure 


[Attachment #5 (text/html)]

<!DOCTYPE html><html><head><title></title><style \
type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>From my \
website:&nbsp;&nbsp;<br></div><div><a \
href="http://www.fournotrump.com">http://www.fournotrump.com</a><br></div><div>Note \
it is http not https so you may need to trust it. It is not asking for credit \
cards.</div><div><br></div><blockquote \
type="cite"><div><br></div><div>fournotrump.com is broken<br></div><p \
style="color:rgb(0, 0, 0);font-family:Verdana, Helvetica, \
Arial;font-size:medium;font-style:normal;font-variant-ligatures:normal;font-variant-ca \
ps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent \
:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, \
255, 255);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;">The \
new ACBL Live displaying of club results broke fournotrump.com<br></p><p \
style="color:rgb(0, 0, 0);font-family:Verdana, Helvetica, \
Arial;font-size:medium;font-style:normal;font-variant-ligatures:normal;font-variant-ca \
ps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent \
:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, \
255, 255);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;">There \
is no plan to fix fournotrump.com<br></p><p style="color:rgb(0, 0, \
0);font-family:Verdana, Helvetica, \
Arial;font-size:medium;font-style:normal;font-variant-ligatures:normal;font-variant-ca \
ps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent \
:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, \
255, 255);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;">fournotrump.com \
is still working for the Hoppe club because David Blohm is not using ACBL \
Live.<br></p></blockquote><div>Contact me directly if you want to discuss ACBL web \
site results.<br></div><div><br></div><div> Also can google:&nbsp; ACBL \
api<br></div><div><br></div><div><a \
href="https://bridgewinners.com/forums/read/webmasters-forum/acbl-releases-api-for-acb \
l-live/">https://bridgewinners.com/forums/read/webmasters-forum/acbl-releases-api-for-acbl-live/</a></div><div><br></div><div>IMHO,&nbsp; \
your question is related to ACBL website, not to Fedora. I don't want to post things \
that are unrelated to Fedora here.<br></div><div><br></div><div>Jim \
Oser</div><div>oserj@oserconsulting.com</div><div><br></div><div>On Sat, Jul 3, 2021, \
at 8:02 PM,&nbsp;<a href="mailto:dwoody5654@gmail.com">dwoody5654@gmail.com</a> \
wrote:<br></div><blockquote type="cite" id="qt" style=""><div>I have been using a \
shell script called save-page-as.sh to download a complete<br></div><div>web page. \
This has been working as expected.<br></div><div>The relevant line the the script \
is:<br></div><div>"${browser}" "-new-window" "${url}" \
&amp;&gt;/dev/null<br></div><div><br></div><div>I now need the ability to run this \
program or another program via email to my<br></div><div>computer from other \
locations. I do not have the option to login \
remotely.<br></div><div><br></div><div>The save-page-as.sh program runs firefox. I \
have not been able to get this to<br></div><div>work using email. env shows \
DISPLAY=:0.0. I have added each of the Display<br></div><div>commands as \
below:<br></div><div><br></div><div>export DISPLAY:0<br></div><div>export \
DISPLAY:0.0<br></div><div>export DISPLAY:0.1<br></div><div><br></div><div>None of \
those have worked.<br></div><div><br></div><div>the url I am trying to download does \
not have an extension ie. no '.htm' such<br></div><div>as:<br></div><div><a \
href="https://my.acbl.org/club-results/details/338288">https://my.acbl.org/club-results/details/338288</a><br></div><div><br></div><div>wget \
does not download the correct web page.<br></div><div><br></div><div>Appreciate any \
pointers to get the save-page-as.sh working using a browser or \
a<br></div><div>different command line \
program.<br></div><div><br></div><div>David<br></div><div>_______________________________________________<br></div><div>users \
mailing list --&nbsp;<a \
href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br></div><div>To \
unsubscribe send an email to&nbsp;<a \
href="mailto:users-leave@lists.fedoraproject.org">users-leave@lists.fedoraproject.org</a><br></div><div>Fedora \
Code of Conduct:&nbsp;<a \
href="https://docs.fedoraproject.org/en-US/project/code-of-conduct/">https://docs.fedoraproject.org/en-US/project/code-of-conduct/</a><br></div><div>List \
Guidelines:&nbsp;<a href="https://fedoraproject.org/wiki/Mailing_list_guidelines">https://fedoraproject.org/wiki/Mailing_list_guidelines</a><br></div><div>List \
Archives:&nbsp;<a href="https://lists.fedoraproject.org/archives/list/users@lists.fedo \
raproject.org">https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org</a><br></div><div>Do \
not reply to spam on the list, report it:&nbsp;<a \
href="https://pagure.io/fedora-infrastructure">https://pagure.io/fedora-infrastructure</a><br></div><div><br></div></blockquote><div><br></div></body></html>



[Attachment #6 (text/plain)]

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic