Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
S
sickrage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SiCKRAGE
sickrage
Commits
5f87d7e4
Commit
5f87d7e4
authored
Nov 17, 2019
by
echel0n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated GKTorrent URL
parent
ddf220f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sickrage/providers/torrent/gktorrent.py
sickrage/providers/torrent/gktorrent.py
+1
-1
No files found.
sickrage/providers/torrent/gktorrent.py
View file @
5f87d7e4
...
...
@@ -32,7 +32,7 @@ from sickrage.providers import TorrentProvider
class
GKTorrentProvider
(
TorrentProvider
):
def
__init__
(
self
):
super
(
GKTorrentProvider
,
self
)
.
__init__
(
'GKTorrent'
,
'https://www.gktorrent.
me
'
,
False
)
super
(
GKTorrentProvider
,
self
)
.
__init__
(
'GKTorrent'
,
'https://www.gktorrent.
biz
'
,
False
)
self
.
urls
.
update
({
'search'
:
'{base_url}/recherche/'
.
format
(
**
self
.
urls
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment