Jump to content
Ketarin forum

nma

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by nma

  1. Sorry. I didn't noticed that warning message. Anyway, I solved the problem and I believe this RegEx gets the 1st download location. (Server 1: Software Author). <item> <key> <string>download_url</string> </key> <value> <UrlVariable> <VariableType>RegularExpression</VariableType> <Regex>(?<=<td valign='center' align='center' width='110' bgcolor='#EEEEEE'> <a href=').+?(?='><font style='font-size: 20'><b>Download</b></font></a>)</Regex> <Url>http://www.freewarefiles.com/downloads_counter.php?programid={freewarefiles_id}</Url> <Name>download_url</Name> </UrlVariable> </value> </item> I hope this helps. Cheers! PS. I've also cleared the 'Spoof HTTP referer' property.
  2. Unfortunately this doesn't work when the files aren't hosted on freewarefiles. ex. http://www.freewarefiles.com/downloads_counter.php?programid=14812 Cheers!
  3. Hi! Since I've one SnapFiles Template too I might as well share it. <?xml version="1.0" encoding="utf-16"?> <Jobs> <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true" /> <VariableChangeIndicator /> <CanBeShared>true</CanBeShared> <ShareApplication>false</ShareApplication> <HttpReferer /> <Variables> <item> <key> <string>version</string> </key> <value> <UrlVariable> <VariableType>RegularExpression</VariableType> <Regex><title>.*?(\d[.].*?)[ ]Free.*?</title></Regex> <Url>http://www.snapfiles.com/download/dl{SnapFilesId}.html</Url> <Name>version</Name> </UrlVariable> </value> </item> <item> <key> <string>download_url</string> </key> <value> <UrlVariable> <VariableType>RegularExpression</VariableType> <Regex>(?<=<meta http-equiv="refresh" content="4; url=).+?(?="\s/>)</Regex> <Url>http://www.snapfiles.com/download/dl{SnapFilesId}.html</Url> <Name>download_url</Name> </UrlVariable> </value> </item> <item> <key> <string>SnapFilesId</string> </key> <value> <UrlVariable> <VariableType>Textual</VariableType> <Regex /> <Url>http://www.snapfiles.com/download/dlspad.html</Url> <TextualContent><placeholder name="SnapFiles Application Id" /></TextualContent> <Name>SnapFilesId</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand /> <Category>[iNSERT CATEGORY HERE]</Category> <SourceType>FixedUrl</SourceType> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <LastUpdated xsi:nil="true" /> <TargetPath>[iNSERT DOWNLOAD TARGET HERE]</TargetPath> <FixedDownloadUrl>{download_url}</FixedDownloadUrl> <Name>[iNSERT APPLICATION NAME HERE]</Name> </ApplicationJob> </Jobs> Get "SnapFiles Application Id" from the DOWNLOAD page url as follows: SnapFilesId = hxxp://www.snapfiles.com/download/dlspad.html SnapFilesId = hxxp://www.snapfiles.com/download/dlanyflvplayer.html Cheers!
  4. I prefer to sort all the my entries by category but every time I close/open Ketarin the sort order changes back to "by name". I think it would be nice if it just remembered the previous sort order used by default.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.