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

Added metal.iplay.ro.tracker #295

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# autodl-trackers

............................
[autodl-trackers](https://github.com/autodl-community/autodl-trackers) is the repository of tracker files for [autodl-irssi](https://github.com/autodl-community/autodl-irssi).


Expand Down
87 changes: 87 additions & 0 deletions trackers/RMTiPlay.tracker
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<?xml version="1.0"?>
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is IRC Auto Downloader.
-
- The Initial Developer of the Original Code is
- David Nilsson.
- Portions created by the Initial Developer are Copyright (C) 2010, 2011
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- ***** END LICENSE BLOCK ***** -->

<trackerinfo
type="RMT"
shortName="RMT"
longName="metal.iplay.ro"
siteName="metal.iplay.ro">

<settings>
<description text="Go to https://metal.iplay.ro/getrss.php to get the RSS feed link. Paste it (Ctrl+V) into the text box below to automatically extract passkey."/>
<passkey/>
</settings>

<servers>
<server
network="iPLAY"
serverNames="irc.iplay.ro"
channelNames="#metal"
announcerNames="Metal"
/>
</servers>

<parseinfo>
<linepatterns>
<extract>
<regex value="New Torrent: (.*?) (?:-- (.*) )?-- \[(.*)] -- (https?://metal.iplay.ro/).*id=(.*) -- by (.*)"/>
<vars>
<var name="torrentName"/>
<var name="$releaseTags"/>
<var name="category"/>
<var name="$baseUrl"/>
<var name="$torrentId"/>
<var name="uploader"/>
</vars>
</extract>
</linepatterns>
<linematched>
<var name="freeleech">
<string value="false"/>
</var>

<varreplace name="tags" srcvar="$releaseTags" regex="[\[\]]" replace=""/>

<extracttags srcvar="tags" split="--">
<setvarif varName="freeleech" value="Freeleech!" newValue="true"/>
</extracttags>

<var name="torrentUrl">
<var name="$baseUrl"/>
<string value="download2.php?id=/"/>
<var name="$torrentId"/>
<string value="/"/>
<varenc name="torrentName"/>
<string value=".torrent?passkey="/>
<varenc name="passkey"/>
</var>
<http name="cookie">
<var name="cookie"/>
</http>
</linematched>
<ignore>
</ignore>
</parseinfo>
</trackerinfo>