Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HeBits changed to gazelle-based site #286

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions trackers/Hebits.tracker
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
siteName="">

<settings>
<description text="Go to Hebits site and enter Edit Profile to find your passkey."/>
<passkey tooltiptext="Copy the passkey from your Edit Profile page"/>
<gazelle_description/>
<gazelle_authkey/>
<gazelle_torrent_pass/>
</settings>

<servers>
Expand All @@ -46,15 +47,15 @@
<parseinfo>
<multilinepatterns>
<extract>
<regex value="^New: \((.*)\) Category: (.*) Size: ([\d\.,]+ \w+) Seeders: .+ Leechers: .+"/>
<regex value="^New: \((.*)\) Category: (.*) Size: ([\d\.,]+ \w+) Seeders: .+ Leechers: .+"/>
<vars>
<var name="name1"/>
<var name="category"/>
<var name="$torrentSize"/>
</vars>
</extract>
<extract>
<regex value="^Link: https?\:\/\/?[w{3}.]*([^\/]+).*[&amp;\?]id=(\d+)"/>
<regex value="^Link: https?\:\/\/?[w{3}.]*([^\/]+).*(?:&amp;|\?)torrentid=(\d+)"/>
<vars>
<var name="$baseUrl"/>
<var name="$torrentId"/>
Expand All @@ -72,11 +73,13 @@
<var name="torrentUrl">
<string value="https://"/>
<var name="$baseUrl"/>
<string value="/"/>
<string value="downloadRss.php?id="/>
<string value="/torrents.php?action=download"/>
<string value="&amp;authkey="/>
<var name="authkey"/>
<string value="&amp;torrent_pass="/>
<var name="torrent_pass"/>
<string value="&amp;id="/>
<var name="$torrentId"/>
<string value="&amp;passkey="/>
<varenc name="passkey"/>
</var>
</linematched>
<ignore>
Expand Down