Skip to content

Instantly share code, notes, and snippets.

@squaresmile
Created December 9, 2017 12:08
Show Gist options
  • Save squaresmile/9d7d8a784c45e187a3cb5da9ead8d97a to your computer and use it in GitHub Desktop.
Save squaresmile/9d7d8a784c45e187a3cb5da9ead8d97a to your computer and use it in GitHub Desktop.
HorribleSubs autodl-irssi .tracker file
<?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="hor"
shortName="Hor"
longName="HorribleSubs"
siteName="horriblesubs.info"
follow302links="true">
<settings>
<description text="No setting needed."/>
</settings>
<servers>
<server
network="HorribleSubs"
serverNames="irc.rizon.net"
channelNames="#HorribleSubs"
announcerNames="KunGao"
/>
</servers>
<parseinfo>
<multilinepatterns>
<!--Release: [Anime] [HorribleSubs] Rokudenashi Majutsu Koushi to Akashic Records - 10 [480p].mkv-->
<!--Torrent: https://nyaa.si/view/928938/torrent-->
<!--Size: 151.89MB | Comment: #horriblesubs@irc.rizon.net Proudly translated and presented by the HorribleSubs Fansubbing Team. Visit our website for DDL links, schedules, and latest news-->
<extract>
<regex value="^Release: \[Anime\] \[HorribleSubs\] (.*) \-\ ([0-9]+) \[(480p|720p|1080p)"/>
<vars>
<var name="torrentName"/>
<var name="episode"/>
<var name="resolution"/>
</vars>
</extract>
<extract>
<regex value="^Torrent: (.*)"/>
<vars>
<var name="torrentUrl"/>
</vars>
</extract>
<extract>
<regex value="^Size: ([\d\.,]+\w+)"/>
<vars>
<var name="torrentSize"/>
</vars>
</extract>
</multilinepatterns>
<linematched>
</linematched>
<ignore>
</ignore>
</parseinfo>
</trackerinfo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment