<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Mar 22, 2019, 11:15 AM xpetrl via SlackBuilds-users <<a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> i need help getting a valid download link for the info-file of a new <br>
> slackbuild, the website is <br>
> <a href="http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=polyglot.git;a=summary" rel="noreferrer noreferrer" target="_blank">http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=polyglot.git;a=summary</a> ,<br>
> the source-file/snapshot is "Add forgotten files 1.4.70b snapshot"<br>
> <a href="http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=polyglot.git;a=snapshot;h=5904a294b3b33dfd3ca11e4e48133151787f0d8f;sf=tgz" rel="noreferrer noreferrer" target="_blank">http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=polyglot.git;a=snapshot;h=5904a294b3b33dfd3ca11e4e48133151787f0d8f;sf=tgz</a> <br>
> <br>
> <br>
> When downloaded via firefox, i get polyglot-5904a29.tar.gz, but wget <br>
> doesn't work, i get<br>
> gitweb.cgi?p=polyglot.git with the website content.<br>
> <br>
<br>
wget has an option to write the file name output (-O).<br>
If the link you'd to download has some special character,<br>
surround it with quotation.<br>
<br>
wget <br>
"<a href="http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=polyglot.git;a=snapshot;h=5904a294b3b33dfd3ca11e4e48133151787f0d8f;sf=tgz" rel="noreferrer noreferrer" target="_blank">http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=polyglot.git;a=snapshot;h=5904a294b3b33dfd3ca11e4e48133151787f0d8f;sf=tgz</a>" <br>
-O polyglot-5904a29.tar.gz<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Looks like that is an older version and there's an active version on GitHub with recent releases.</div><div dir="auto"><br></div><div dir="auto"><a href="https://github.com/DraqueT/PolyGlot/">https://github.com/DraqueT/PolyGlot/</a></div><div dir="auto"><br></div><div dir="auto">Jeremy</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>