forked from autodl-community/autodl-trackers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Takeabyte-Nordic.tracker
106 lines (95 loc) · 3.79 KB
/
Takeabyte-Nordic.tracker
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?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):
- THEGURUDK
- ***** END LICENSE BLOCK ***** -->
<trackerinfo
type="tbn"
shortName="TBN"
longName="Takeabyte-Nordic"
siteName="takeabyte-nordic.org">
<settings>
<description text="Go to Takeabyte-Nordic to get a RSS feed link. Paste it (Ctrl+V) into the text box below to automatically extract passkey."/>
<passkey tooltiptext="The passkey in your Takeabyte-Nordic RSS feed link."/>
</settings>
<servers>
<server
network="Takeabyte-Nordic"
serverNames="irc.takeabyte-nordic.org"
channelNames="#announce"
announcerNames="TBN"
/>
</servers>
<parseinfo>
<multilinepatterns>
<!-- New Torrent Uploaded: Daencker Sommer Mix 2012 .:. Category: Audio -->
<!-- Size: 270.22 MB .:. URL: https://takeabyte-nordic.org/details.php?id=5061 -->
<!-- New Torrent Uploaded: Arne Dahl Dodsmassa 2015 SWEDISH CUSTOM PAL DVDR-LaLLa .:. Category: DVD-R -->
<!-- Size: 2.71 GB .:. URL: https://takeabyte-nordic.org/details.php?id=5062 -->
<!-- New Torrent Uploaded: Arne Dahl En Midsommarnattsdrom 2015 SWEDISH CUSTOM PAL DVDR-LaLLa .:. Category: DVD-R -->
<!-- Size: 2.49 GB .:. URL: https://takeabyte-nordic.org/details.php?id=5063 -->
<!-- New Torrent Uploaded: Arne Dahl Morkertal 2015 SWEDISH CUSTOM PAL DVDR-LaLLa .:. Category: DVD-R -->
<!-- Size: 2.16 GB .:. URL: https://takeabyte-nordic.org/details.php?id=5064 -->
<!-- New Torrent Uploaded: Beck Invasionen 2015 SWEDISH RETAiL SWESUB PAL DVDR-CDS .:. Category: Swedish -->
<!-- Size: 4.40 GB .:. URL: https://takeabyte-nordic.org/details.php?id=5065 -->
<!-- New Torrent Uploaded: Powers S01E01-E04 720p WEB-DL AAC 2 0-H.264-GREYHOUNDS .:. Category: TV-Series -->
<!-- Size: 3.46 GB .:. URL: https://takeabyte-nordic.org/details.php?id=5066 -->
<!-- New Torrent Uploaded: Powers S01E05 Retail DKsubs 720p WEB-DL H.264-RAPiDCOWS .:. Category: TV-Series -->
<!-- Size: 973.43 MB .:. URL: https://takeabyte-nordic.org/details.php?id=5067 -->
<extract>
<regex value="^.*: (.*) \.:\. Category: (.*)$"/>
<vars>
<var name="torrentName"/>
<var name="category"/>
</vars>
</extract>
<extract>
<regex value="^.*: (.*) \.:\. URL: .*\/(.*\/).*id=(\d+)$"/>
<vars>
<var name="torrentSize"/>
<var name="$baseUrl"/>
<var name="$torrentId"/>
</vars>
</extract>
</multilinepatterns>
<linematched>
<!-- Arne Dahl Dodsmassa 2015 SWEDISH CUSTOM PAL DVDR-LaLLa -->
<extract srcvar="torrentName" optional="true">
<regex value="(?:.*?[\._\s])+.*?-(.*?)(?:\..*)?$"/>
<vars>
<var name="releaseGroup"/>
</vars>
</extract>
<!-- http://takeabyte-nordic.org/download.php?torrent=<ID>&passkey=<PASSKEY> -->
<var name="torrentUrl">
<string value="http://"/>
<var name="$baseUrl"/>
<string value="download.php?torrent="/>
<var name="$torrentId"/>
<string value="&passkey="/>
<var name="passkey"/>
</var>
</linematched>
<ignore>
</ignore>
</parseinfo>
</trackerinfo>