https://bugs.winehq.org/show_bug.cgi?id=7764
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.tucows.com/previ | |ew/391885 | Keywords|download |
--- Comment #17 from Anastasius Focht focht@gmx.net --- Hello folks,
I've tried to find one usable download from archive.org by searching all mirror links from the Tucows download page of the app/demo. Sadly no download was ever snapshotted from any Tucows mirror. Quite an achievement.
http://www.tucows.com/preview/391885 -> http://www.tucows.com/download.html?software_id=391885&t=2
Snapshots of download/mirror link page (mirror list changed between years):
https://web.archive.org/web/20080204163204/http://www.tucows.com/download.ht...
https://web.archive.org/web/20150915004243/http://www.tucows.com/download.ht...
One-liner to extract the original mirror links from web page and use archive.org CDX/C API to query for any existing snapshots.
--- snip --- $ wget -qO- "https://web.archive.org/web/20080204163204/http://www.tucows.com/download.ht..." | \ sed -n "s/.*dl('([^"]*)',.*/\1/p" | \ sed -e 's/.*http://(.*)/\1/' | \ xargs -I {} -exec sh -c 'echo "Checking: {}" ; \ wget http://web.archive.org/cdx/search/cdx?url=%22%7B%7D" -q -O - | \ grep application/ ; sleep 10' ;
Checking: tucows.mts.net/files5/HallmarkTrialSetup.exe Checking: tucows.netnitco.net/files5/HallmarkTrialSetup.exe Checking: quantum.tucows.com/files5/HallmarkTrialSetup.exe Checking: theplanet.tucows.com/files5/HallmarkTrialSetup.exe Checking: tds.tucows.com/files5/HallmarkTrialSetup.exe Checking: chariot.tucows.com/files5/HallmarkTrialSetup.exe Checking: filearena.tucows.com/files5/HallmarkTrialSetup.exe Checking: overflow.tucows.com/files5/HallmarkTrialSetup.exe ... Checking: dataphone.tucows.com/files5/HallmarkTrialSetup.exe Checking: port80.tucows.com/files5/HallmarkTrialSetup.exe Checking: tucows.archive.sunet.se/files5/HallmarkTrialSetup.exe Checking: genotec.tucows.com/files5/HallmarkTrialSetup.exe Checking: ows.tucows.com/files5/HallmarkTrialSetup.exe Checking: benson.tucows.com/files5/HallmarkTrialSetup.exe Checking: ankara.tucows.com/files5/HallmarkTrialSetup.exe Checking: tucows.ulak.net.tr/files5/HallmarkTrialSetup.exe Checking: tr-net.tucows.com/files5/HallmarkTrialSetup.exe Checking: adanet.tucows.com/files5/HallmarkTrialSetup.exe Checking: tucows.alaska.net/files5/HallmarkTrialSetup.exe Checking: aspect1.tucows.com/files5/HallmarkTrialSetup.exe Checking: tucows.nyi.net/files5/HallmarkTrialSetup.exe Checking: epix.tucows.com/files5/HallmarkTrialSetup.exe Checking: tucows.whc.net/files5/HallmarkTrialSetup.exe Checking: tucows.rmplc.co.uk/files5/HallmarkTrialSetup.exe Checking: ukms.tucows.com/files5/HallmarkTrialSetup.exe Checking: blueyonder.tucows.com/files5/HallmarkTrialSetup.exe Checking: zol.tucows.com/files5/HallmarkTrialSetup.exe --- snip ---
https://archive.org/details/tucows
Removing 'download' keyword unless someone digs out the original installer from whatever site.
Regards