Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
Jackett
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
Jackett
Commits
2026520d
Commit
2026520d
authored
Sep 15, 2017
by
kaso17
Committed by
vlbox
Feb 22, 2018
Browse files
Options
Downloads
Patches
Plain Diff
zetorrents: remove
parent
1406c91a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
src/Jackett.Updater/Program.cs
+1
-0
1 addition, 0 deletions
src/Jackett.Updater/Program.cs
src/Jackett/Definitions/zetorrents.yml
+0
-88
0 additions, 88 deletions
src/Jackett/Definitions/zetorrents.yml
with
2 additions
and
89 deletions
README.md
+
1
−
1
View file @
2026520d
...
...
@@ -26,6 +26,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
*
AniRena
*
cpasbien
*
EZTV
*
GkTorrent
*
Horrible Subs
*
Il Corsaro Nero
<!-- maintained by bonny1992 -->
*
Isohunt
...
...
@@ -49,7 +50,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
*
TorrentProject
*
Torrentz2
*
YTS.ag
*
zetorrents
*
Zooqle
### Supported Semi-Private Trackers
...
...
This diff is collapsed.
Click to expand it.
src/Jackett.Updater/Program.cs
+
1
−
0
View file @
2026520d
...
...
@@ -193,6 +193,7 @@ namespace Jackett.Updater
"Definitions/dragonworld.yml"
,
"Definitions/hdclub.yml"
,
"Definitions/polishtracker.yml"
,
"Definitions/zetorrents.yml"
,
};
foreach
(
var
oldFIle
in
oldFiles
)
...
...
This diff is collapsed.
Click to expand it.
src/Jackett/Definitions/zetorrents.yml
deleted
100755 → 0
+
0
−
88
View file @
1406c91a
---
site
:
zetorrents
name
:
zetorrents
language
:
fr-fr
type
:
public
encoding
:
UTF-8
links
:
-
http://www.zetorrents.cc/
caps
:
categorymappings
:
-
{
id
:
films
,
cat
:
Movies
,
desc
:
"
Movies"
}
-
{
id
:
series
,
cat
:
TV
,
desc
:
"
TV"
}
modes
:
search
:
[
q
]
tv-search
:
[
q
,
season
,
ep
]
settings
:
[]
download
:
selector
:
a[href^="/get_torrent/"]
search
:
path
:
"
/recherche/{{
.Query.Keywords
}}"
rows
:
selector
:
div.content-list-torrent > table tbody tr:has(a)
fields
:
site_date
:
selector
:
td:nth-child(1) a
filters
:
# date is at the end of the title, so we get it and name it site_date
-
name
:
regexp
args
:
"
(
\\
w+)$"
title
:
selector
:
td:nth-child(1) a
filters
:
# now we put the date at the right place according scene naming rules using .Result.site_date
-
name
:
replace
args
:
[
"
FRENCH"
,
"
{{
.Result.site_date
}}
FRENCH"
]
-
name
:
replace
args
:
[
"
TRUEFRENCH"
,
"
{{
.Result.site_date
}}
TRUEFRENCH"
]
-
name
:
replace
args
:
[
"
VOSTFR"
,
"
{{
.Result.site_date
}}
VOSTFR"
]
# and we delete it at the end
-
name
:
re_replace
args
:
[
"
(
\\
w+)$"
,
"
"
]
details
:
selector
:
td:nth-child(1) a
attribute
:
href
download
:
selector
:
td:nth-child(1) a
attribute
:
href
size
:
selector
:
td:nth-child(2)
filters
:
-
name
:
re_replace
args
:
[
"
\\
.(
\\
d)
Ko"
,
"
$1X00"
]
-
name
:
re_replace
args
:
[
"
Ko"
,
"
000"
]
-
name
:
re_replace
args
:
[
"
\\
.(
\\
d)
Mo"
,
"
$1X00000"
]
-
name
:
re_replace
args
:
[
"
Mo"
,
"
000000"
]
-
name
:
re_replace
args
:
[
"
\\
.(
\\
d)
Go"
,
"
$1X00000000"
]
-
name
:
re_replace
args
:
[
"
Go"
,
"
000000000"
]
-
name
:
re_replace
args
:
[
"
\\
.(
\\
d)
To"
,
"
$1X00000000000"
]
-
name
:
re_replace
args
:
[
"
To"
,
"
000000000000"
]
-
name
:
replace
args
:
[
"
X"
,
"
"
]
seeders
:
text
:
0
seeders
:
selector
:
td:nth-child(3)
optional
:
true
leechers
:
text
:
0
leechers
:
selector
:
td:nth-child(4)
optional
:
true
downloadvolumefactor
:
text
:
"
0"
uploadvolumefactor
:
text
:
"
1"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment