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
64fab505
Commit
64fab505
authored
7 years ago
by
kaso17
Committed by
vlbox
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Psytorrents: removed (dead)
parent
dd6b4960
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+0
-1
0 additions, 1 deletion
README.md
src/Jackett.Common/Indexers/Psytorrents.cs
+0
-29
0 additions, 29 deletions
src/Jackett.Common/Indexers/Psytorrents.cs
with
0 additions
and
30 deletions
README.md
+
0
−
1
View file @
64fab505
...
...
@@ -210,7 +210,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
*
PolishTracker
*
Pretome
*
PrivateHD
*
Psytorrents
*
PTFiles
*
Redacted (PassTheHeadphones)
*
RevolutionTT
...
...
This diff is collapsed.
Click to expand it.
src/Jackett.Common/Indexers/Psytorrents.cs
deleted
100644 → 0
+
0
−
29
View file @
dd6b4960
using
Jackett.Indexers.Abstract
;
using
Jackett.Models
;
using
Jackett.Services.Interfaces
;
using
Jackett.Utils.Clients
;
using
NLog
;
namespace
Jackett.Indexers
{
public
class
Psytorrents
:
GazelleTracker
{
public
Psytorrents
(
IIndexerConfigurationService
configService
,
WebClient
webClient
,
Logger
logger
,
IProtectionService
protectionService
)
:
base
(
name
:
"Psytorrents"
,
desc
:
"Psytorrents (PSY) is a Private Torrent Tracker for ELECTRONIC MUSIC"
,
link
:
"https://psytorrents.info/"
,
configService
:
configService
,
logger
:
logger
,
protectionService
:
protectionService
,
webClient
:
webClient
)
{
Language
=
"en-us"
;
Type
=
"private"
;
AddCategoryMapping
(
1
,
TorznabCatType
.
Audio
,
"Music"
);
AddCategoryMapping
(
2
,
TorznabCatType
.
Movies
,
"Movies"
);
AddCategoryMapping
(
3
,
TorznabCatType
.
PC0day
,
"App"
);
}
}
}
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