2017-09-15 15:05:55 +00:00
|
|
|
---
|
|
|
|
site: gktorrent
|
|
|
|
name: GkTorrent
|
2017-10-04 05:05:10 +00:00
|
|
|
description: "GkTorrent is a French Public site for TV / MOVIES / GENERAL"
|
2017-09-15 15:05:55 +00:00
|
|
|
language: fr-fr
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
2018-11-22 18:40:04 +00:00
|
|
|
followredirect: true
|
2017-09-15 15:05:55 +00:00
|
|
|
links:
|
2019-03-31 21:59:00 +00:00
|
|
|
- https://www.gktorrent.net/
|
2017-10-17 11:09:02 +00:00
|
|
|
legacylinks:
|
2018-10-05 17:17:54 +00:00
|
|
|
- https://www.gktorrent.com/
|
2018-01-25 10:49:24 +00:00
|
|
|
- http://www.gktorrent.com/
|
2018-09-01 20:32:46 +00:00
|
|
|
- http://ww1.gktorrent.com/
|
2018-10-05 17:17:54 +00:00
|
|
|
- http://ww2.gktorrent.com/
|
2018-10-02 17:51:04 +00:00
|
|
|
- https://ww2.gktorrent.com/
|
2018-10-05 17:17:54 +00:00
|
|
|
- https://ww3.gktorrent.com/
|
2018-10-09 02:22:37 +00:00
|
|
|
- http://www.gktorrent.net/
|
2018-11-22 18:40:04 +00:00
|
|
|
- https://ww4.gktorrent.com/
|
2018-12-14 21:32:10 +00:00
|
|
|
- http://www.gktorrent.co/
|
2018-12-20 23:16:44 +00:00
|
|
|
- https://www.gktorrent.co/
|
2018-12-22 19:01:52 +00:00
|
|
|
- https://www.gktorrent.ws/
|
2018-12-23 17:35:24 +00:00
|
|
|
- https://www.gktorrent.org/
|
2018-12-29 19:26:29 +00:00
|
|
|
- https://www.gktorrent.me/
|
|
|
|
- https://www.rantop.org/
|
2019-03-08 04:41:01 +00:00
|
|
|
- https://www.gktorrent.cx/
|
2019-03-31 21:59:00 +00:00
|
|
|
- https://www.gktorrent.tv/
|
|
|
|
|
2017-09-15 15:05:55 +00:00
|
|
|
caps:
|
|
|
|
categorymappings:
|
|
|
|
- {id: movies, cat: Movies, desc: "Movies"}
|
|
|
|
- {id: tvshows, cat: TV, desc: "TV Shows"}
|
|
|
|
- {id: softwares, cat: PC, desc: "Softwares"}
|
|
|
|
- {id: music, cat: Audio, desc: "Music"}
|
2018-01-30 10:14:38 +00:00
|
|
|
- {id: console-games, cat: Console, desc: "Console Games"}
|
|
|
|
- {id: pc-games, cat: PC/Games, desc: "PC Games"}
|
2017-09-15 15:05:55 +00:00
|
|
|
- {id: books, cat: Books, desc: "Books"}
|
|
|
|
|
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
movie-search: [q]
|
|
|
|
|
|
|
|
settings: []
|
|
|
|
|
|
|
|
download:
|
2018-12-29 19:26:29 +00:00
|
|
|
selector: a[href*="/get_torrent/"]
|
2017-09-15 15:05:55 +00:00
|
|
|
|
|
|
|
search:
|
2017-10-23 17:55:22 +00:00
|
|
|
paths:
|
2019-02-12 19:18:17 +00:00
|
|
|
- path: "{{if .Keywords}}recherche/{{.Keywords}}{{else}}{{end}}"
|
2017-09-15 15:05:55 +00:00
|
|
|
rows:
|
|
|
|
selector: div.listing-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
|
2019-04-05 18:52:28 +00:00
|
|
|
args: [" FRENCH", " {{ .Result.site_date }} FRENCH"]
|
2019-04-05 21:43:51 +00:00
|
|
|
- name: replace
|
|
|
|
args: ["MULTI", "{{ .Result.site_date }} MULTI"]
|
2017-09-15 15:05:55 +00:00
|
|
|
- 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)
|
|
|
|
seeders:
|
|
|
|
selector: td:nth-child(3)
|
|
|
|
leechers:
|
|
|
|
selector: td:nth-child(4)
|
|
|
|
downloadvolumefactor:
|
|
|
|
text: "0"
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: "1"
|
|
|
|
category:
|
|
|
|
selector: td:nth-child(1) > i
|
|
|
|
case:
|
2017-10-09 00:36:09 +00:00
|
|
|
.Films: "movies"
|
|
|
|
.Séries: "tvshows"
|
|
|
|
.Logiciels: "softwares"
|
2018-02-06 17:00:48 +00:00
|
|
|
.Musique: "music"
|
2018-01-30 10:14:38 +00:00
|
|
|
.Jeux-Consoles: "console-games"
|
|
|
|
.Jeux-PC: "pc-games"
|
2018-02-06 17:00:48 +00:00
|
|
|
.Ebook: "books"
|
2017-10-09 00:36:09 +00:00
|
|
|
date:
|
|
|
|
text: "now"
|