Jump to content
Ketarin forum
Ketarin
Guest
By Guest, 08/22/2020
  • 35 downloads
  • Updated:

File Details

  • Website URL https://ketarin.org
  • User Agent
  • Category Productivity
  • User Notes Ketarin is a small application which automatically updates and optionally installs setup packages by monitoring web pages for changes. As opposed to other tools, Ketarin is not meant to keep your system up-to-date (like a package manager), but rather to maintain a compilation of all important setup packages which can then be burned to disc or put on a USB stick. ----------------------------------------------------------------------------------------------------------------- _____________________Ketarin Examples______________________ ----------------------------------------------------------------------------------------------------------------- (http[^"]*.exe) ----------------------------------------------------------------------------------------------------------------- ([^"]*Installer.exe) ----------------------------------------------------------------------------------------------------------------- (?:http)\S+(?:zip) ----------------------------------------------------------------------------------------------------------------- 7z[0123456789]+\.msi ----------------------------------------------------------------------------------------------------------------- Version\s+([\d\.]{9,}) ----------------------------------------------------------------------------------------------------------------- >Current Version ([0-9.]{1,})< ----------------------------------------------------------------------------------------------------------------- (get[^"]*vlc-{version}-win32.exe) ----------------------------------------------------------------------------------------------------------------- (?<=Windows.*NPAPI\D+)([\d.]+) ----------------------------------------------------------------------------------------------------------------- (?<=downloadDetails.*Version.*)[0-9.]{2,} ----------------------------------------------------------------------------------------------------------------- (?:>\s*)([\d\.]{9,})(?:\s*<) ________________________________________________________ Below is to find HASH VALUE- {64}= 64 characters ----------------------------- [0-9a-z]{64}(?= npp.7.8.9.Installer.x64.exe) ----------------------------------------------------------------------------------------------------------------- _________________________SETUP_________________________ 1 SETUP script will auto EXTRACT zip,rar,7z ----------------------------------------- "7z.exe location" x " from location" -o"to location" ________________________________________________________ 2 SETUP script will Rename file inside of zip,rar,7z -------------------------------- "7z.exe location" RN "archive location" "old.name" "new.name" ________________________________________________________ 3 SETUP script will Rename file ------------------------------------------------------------- ren "file location" "new file name"

(Show)XML Contents

            <?xml version="1.0" encoding="utf-8"?>
<Jobs>
  <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="45ff052b-d343-47e2-8275-f2a396d3a9e6">
    <WebsiteUrl>https://ketarin.org</WebsiteUrl>
    <UserAgent/>
    <UserNotes>Ketarin is a small application which automatically updates and optionally installs setup packages by monitoring web pages for changes. As opposed to other tools, Ketarin is not meant to keep your system up-to-date (like a package manager), but rather to maintain a compilation of all important setup packages which can then be burned to disc or put on a USB stick.
-----------------------------------------------------------------------------------------------------------------
_____________________Ketarin Examples______________________
-----------------------------------------------------------------------------------------------------------------
(http[^"]*.exe)
-----------------------------------------------------------------------------------------------------------------
([^"]*Installer.exe)
-----------------------------------------------------------------------------------------------------------------
(?:http)\S+(?:zip)
-----------------------------------------------------------------------------------------------------------------
7z[0123456789]+\.msi
-----------------------------------------------------------------------------------------------------------------
Version\s+([\d\.]{9,})
-----------------------------------------------------------------------------------------------------------------
>Current Version ([0-9.]{1,})<
-----------------------------------------------------------------------------------------------------------------
(get[^"]*vlc-{version}-win32.exe)
-----------------------------------------------------------------------------------------------------------------
(?<=Windows.*NPAPI\D+)([\d.]+)
-----------------------------------------------------------------------------------------------------------------
(?<=downloadDetails.*Version.*)[0-9.]{2,}
-----------------------------------------------------------------------------------------------------------------
(?:>\s*)([\d\.]{9,})(?:\s*<)
________________________________________________________
Below is to  find  HASH VALUE- {64}= 64 characters ----------------------------- [0-9a-z]{64}(?=  npp.7.8.9.Installer.x64.exe)
-----------------------------------------------------------------------------------------------------------------
_________________________SETUP_________________________
1 SETUP script will auto EXTRACT zip,rar,7z ----------------------------------------- "7z.exe location" x " from location" -o"to location"
________________________________________________________
2 SETUP script will Rename file inside of zip,rar,7z -------------------------------- "7z.exe location" RN "archive location" "old.name" "new.name"
________________________________________________________
3 SETUP script will Rename file ------------------------------------------------------------- 
ren "file location" "new file name"</UserNotes>
    <LastFileSize>2723413</LastFileSize>
    <LastFileDate>2020-08-22T03:45:22.2111457</LastFileDate>
    <IgnoreFileInformation>false</IgnoreFileInformation>
    <DownloadBeta>Default</DownloadBeta>
    <DownloadDate xsi:nil="true"/>
    <CheckForUpdatesOnly>true</CheckForUpdatesOnly>
    <VariableChangeIndicator/>
    <HashVariable/>
    <HashType>None</HashType>
    <CanBeShared>true</CanBeShared>
    <ShareApplication>true</ShareApplication>
    <ExclusiveDownload>false</ExclusiveDownload>
    <HttpReferer/>
    <SetupInstructions>
      <SetupInstruction xsi:type="CustomSetupInstruction">
        <Code>"C:\Program Files\7-Zip\7z.exe" x "E:\Backup\Downloads\Ketarin-{version}.zip" -o"E:\Backup\Downloads\Ketarin"</Code>
        <Type>Batch</Type>
      </SetupInstruction>
      <SetupInstruction xsi:type="CustomSetupInstruction">
        <Code>"C:\Program Files\7-Zip\7z.exe" rn "E:\Backup\Downloads\Ketarin-1.8.11.zip" "Ketarin.exe" "New Ketarin Name.exe"</Code>
        <Type>Batch</Type>
      </SetupInstruction>
      <SetupInstruction xsi:type="CustomSetupInstruction">
        <Code>ren "E:\Backup\Downloads\Ketarin\Ketarin.exe" "Ketarin NEW.exe"</Code>
        <Type>Batch</Type>
      </SetupInstruction>
    </SetupInstructions>
    <Variables>
      <item>
        <key>
          <string>version</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>StartEnd</VariableType>
            <Regex/>
            <Url>https://ketarin.org</Url>
            <StartText>version"></StartText>
            <EndText><</EndText>
            <Name>version</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>url</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>Textual</VariableType>
            <Regex/>
            <Url>https://ketarin.org/download</Url>
            <TextualContent>https://ketarin.org/download</TextualContent>
            <Name>url</Name>
          </UrlVariable>
        </value>
      </item>
    </Variables>
    <ExecuteCommand/>
    <ExecutePreCommand/>
    <ExecuteCommandType>Batch</ExecuteCommandType>
    <ExecutePreCommandType>Batch</ExecutePreCommandType>
    <Category>Productivity</Category>
    <SourceType>FixedUrl</SourceType>
    <PreviousLocation/>
    <DeletePreviousFile>true</DeletePreviousFile>
    <Enabled>true</Enabled>
    <FileHippoId/>
    <LastUpdated>2020-08-22T03:45:22.2111457</LastUpdated>
    <TargetPath>E:\Backup\Downloads\</TargetPath>
    <FixedDownloadUrl>https://ketarin.org/download</FixedDownloadUrl>
    <Name>Ketarin</Name>
  </ApplicationJob>
</Jobs>

        

Comments

There are no comments to display.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Add your comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • 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.