2019-06-09 04:58:38 +00:00
|
|
|
---
|
|
|
|
site: yourbittorrent
|
|
|
|
name: YourBittorrent
|
|
|
|
description: "YourBittorrent is a Public torrent index"
|
|
|
|
language: en-us
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- https://yourbittorrent.com/
|
2019-12-06 16:39:43 +00:00
|
|
|
- https://yourbittorrent2.com/
|
2019-12-05 01:47:05 +00:00
|
|
|
legacylinks:
|
|
|
|
- https://yourbittorrent.host/
|
2019-06-09 04:58:38 +00:00
|
|
|
|
|
|
|
caps:
|
|
|
|
categories:
|
2019-12-05 01:19:03 +00:00
|
|
|
"Anime": TV/Anime
|
|
|
|
"Software": PC
|
|
|
|
"eBooks": Books
|
|
|
|
"XXX": XXX
|
|
|
|
"Games": PC/Games
|
|
|
|
"Movies": Movies
|
|
|
|
"Music": Audio
|
|
|
|
"Television": TV
|
2019-06-09 04:58:38 +00:00
|
|
|
"Other": Other
|
2019-12-05 01:19:03 +00:00
|
|
|
"Pictures": Other
|
2019-06-09 04:58:38 +00:00
|
|
|
|
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
movie-search: [q]
|
|
|
|
|
|
|
|
settings: []
|
|
|
|
|
|
|
|
search:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
inputs:
|
2019-12-05 01:19:03 +00:00
|
|
|
v: ""
|
|
|
|
c: ""
|
2019-12-06 16:39:43 +00:00
|
|
|
q: "{{ .Keywords }}"
|
2019-06-09 04:58:38 +00:00
|
|
|
keywordsfilters:
|
|
|
|
- name: re_replace
|
|
|
|
args: ["[\\s]+", "-"]
|
2019-12-06 16:39:43 +00:00
|
|
|
- name: tolower
|
2019-06-09 04:58:38 +00:00
|
|
|
rows:
|
2019-12-05 01:58:28 +00:00
|
|
|
selector: tr.table-default
|
2019-06-09 04:58:38 +00:00
|
|
|
fields:
|
|
|
|
category:
|
2019-12-05 01:19:03 +00:00
|
|
|
selector: td:nth-child(1) a
|
|
|
|
attribute: title
|
2019-06-09 04:58:38 +00:00
|
|
|
title:
|
2019-12-05 01:19:03 +00:00
|
|
|
selector: td:nth-child(2) a
|
2019-06-09 04:58:38 +00:00
|
|
|
details:
|
2019-12-05 01:19:03 +00:00
|
|
|
selector: td:nth-child(2) a
|
2019-06-09 04:58:38 +00:00
|
|
|
attribute: href
|
|
|
|
download:
|
2019-12-05 01:19:03 +00:00
|
|
|
selector: td:nth-child(2) a
|
2019-06-09 04:58:38 +00:00
|
|
|
attribute: href
|
2019-12-05 01:47:05 +00:00
|
|
|
# /down/22019747.torrent
|
|
|
|
filters:
|
|
|
|
- name: split
|
|
|
|
args: ["/", 2]
|
|
|
|
- name: prepend
|
|
|
|
args: "/down/"
|
|
|
|
- name: append
|
|
|
|
args: ".torrent"
|
2019-06-09 04:58:38 +00:00
|
|
|
size:
|
2019-12-05 01:47:05 +00:00
|
|
|
selector: td:nth-child(3)
|
2019-06-09 04:58:38 +00:00
|
|
|
date:
|
2019-12-05 01:47:05 +00:00
|
|
|
selector: td:nth-child(4):not(:contains("/"))
|
2019-06-09 04:58:38 +00:00
|
|
|
optional: true
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["Today", "now"]
|
|
|
|
- name: replace
|
|
|
|
args: ["Yesterday", "1 day"]
|
|
|
|
- name: timeago
|
|
|
|
date:
|
2019-12-05 01:47:05 +00:00
|
|
|
selector: td:nth-child(4):contains("/")
|
2019-06-09 04:58:38 +00:00
|
|
|
optional: true
|
|
|
|
filters:
|
|
|
|
- name: dateparse
|
|
|
|
args: "02/01/06"
|
|
|
|
seeders:
|
2019-12-05 01:47:05 +00:00
|
|
|
selector: td:nth-child(5)
|
2019-06-09 04:58:38 +00:00
|
|
|
leechers:
|
2019-12-05 01:47:05 +00:00
|
|
|
selector: td:nth-child(6)
|
2019-06-09 04:58:38 +00:00
|
|
|
downloadvolumefactor:
|
2019-12-05 01:47:05 +00:00
|
|
|
text: 0
|
2019-06-09 04:58:38 +00:00
|
|
|
uploadvolumefactor:
|
2019-12-05 01:47:05 +00:00
|
|
|
text: 1
|