2017-07-08 12:01:21 +00:00
|
|
|
---
|
|
|
|
site: nexttorrent
|
|
|
|
name: NextTorrent
|
2017-10-04 05:05:10 +00:00
|
|
|
description: "NextTorrent is a FRENCH Public site for TV / MOVIES / GENERAL"
|
2017-07-08 12:01:21 +00:00
|
|
|
language: fr-fr
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
2017-10-22 18:14:35 +00:00
|
|
|
- https://www.nextorrent.tv/
|
2017-10-11 00:00:33 +00:00
|
|
|
legacylinks:
|
2017-10-22 18:14:35 +00:00
|
|
|
- https://www.nextorrent.cc/
|
2017-08-11 16:46:32 +00:00
|
|
|
- https://www.nextorrent.org/
|
2017-07-08 12:01:21 +00:00
|
|
|
|
|
|
|
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:
|
2017-10-23 17:55:22 +00:00
|
|
|
paths:
|
|
|
|
- path: "recherche/{{ .Query.Keywords }}"
|
2017-07-08 12:01:21 +00:00
|
|
|
rows:
|
2017-08-28 11:01:51 +00:00
|
|
|
selector: div.listing-torrent > table tbody tr:has(a)
|
2017-07-08 12:01:21 +00:00
|
|
|
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", "" ]
|
2017-10-22 18:14:35 +00:00
|
|
|
date:
|
|
|
|
text: "now"
|
2017-07-08 12:01:21 +00:00
|
|
|
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:
|
2017-08-28 11:01:51 +00:00
|
|
|
text: "1"
|