turkseed: update tracker engine

This commit is contained in:
ilike2burnthing 2022-10-15 05:36:20 +01:00 committed by GitHub
parent 9415b24d2e
commit 3bc25ea784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 17 deletions

View File

@ -16,14 +16,13 @@ caps:
- {id: 47, cat: Movies/UHD, desc: "4K"} - {id: 47, cat: Movies/UHD, desc: "4K"}
- {id: 61, cat: PC/Mobile-Android, desc: "Android"} - {id: 61, cat: PC/Mobile-Android, desc: "Android"}
- {id: 48, cat: TV/Anime, desc: "Animasyon"} - {id: 48, cat: TV/Anime, desc: "Animasyon"}
- {id: 59, cat: PC, desc: "İşletim Sistemi"}
- {id: 40, cat: TV/Documentary, desc: "Belgesel"} - {id: 40, cat: TV/Documentary, desc: "Belgesel"}
- {id: 49, cat: Movies/BluRay, desc: "Bluray"} - {id: 49, cat: Movies/BluRay, desc: "Bluray"}
- {id: 50, cat: Movies, desc: "Boxset"} - {id: 50, cat: Movies, desc: "Boxset"}
- {id: 4, cat: Other, desc: "Diğer"}
- {id: 70, cat: TV, desc: "DIGITAL TV"} - {id: 70, cat: TV, desc: "DIGITAL TV"}
- {id: 42, cat: Movies, desc: "Dini"}
- {id: 51, cat: Movies/DVD, desc: "DVD"} - {id: 51, cat: Movies/DVD, desc: "DVD"}
- {id: 4, cat: Other, desc: "Diğer"}
- {id: 42, cat: Movies, desc: "Dini"}
- {id: 41, cat: Books/EBook, desc: "E-Kitap"} - {id: 41, cat: Books/EBook, desc: "E-Kitap"}
- {id: 64, cat: Books, desc: "Eğitim"} - {id: 64, cat: Books, desc: "Eğitim"}
- {id: 55, cat: Audio/Lossless, desc: "FLAC"} - {id: 55, cat: Audio/Lossless, desc: "FLAC"}
@ -42,6 +41,7 @@ caps:
- {id: 71, cat: Movies, desc: "YENI FILMLER"} - {id: 71, cat: Movies, desc: "YENI FILMLER"}
- {id: 44, cat: TV, desc: "Yerli Dizi"} - {id: 44, cat: TV, desc: "Yerli Dizi"}
- {id: 56, cat: Audio, desc: "Yerli Müzik"} - {id: 56, cat: Audio, desc: "Yerli Müzik"}
- {id: 59, cat: PC, desc: "İşletim Sistemi"}
modes: modes:
search: [q] search: [q]
@ -87,16 +87,6 @@ login:
path: index.php path: index.php
selector: a[href*="/logout.php?logouthash="] selector: a[href*="/logout.php?logouthash="]
download:
before:
path: takethanks.php
method: post
inputs:
torrentid: "{{ .DownloadUri.Query.id }}"
selectors:
- selector: a[href*="/download.php?id="]
attribute: href
search: search:
paths: paths:
- path: browse.php - path: browse.php
@ -127,7 +117,10 @@ search:
selector: a[href*="/details.php?id="] selector: a[href*="/details.php?id="]
attribute: href attribute: href
download: download:
selector: a[href*="/details.php?id="] selector: a[href*="/download.php?id="]
attribute: href
magnet:
selector: a[href^="magnet:"]
attribute: href attribute: href
poster: poster:
selector: img[src*="/torrents/images/"] selector: img[src*="/torrents/images/"]
@ -136,11 +129,11 @@ search:
selector: td:nth-child(2) selector: td:nth-child(2)
filters: filters:
- name: regexp - name: regexp
args: "(\\d{2}-\\d{2}-\\d{4} \\d{2}:\\d{2})" args: "(\\d{2}-\\d{2}-\\d{2} \\d{2}:\\d{2})"
- name: append - name: append
args: " +00:00" # auto adjusted by site account profile args: " +00:00" # auto adjusted by site account profile
- name: dateparse - name: dateparse
args: "02-01-2006 15:04 -07:00" args: "02-01-06 15:04 -07:00"
size: size:
selector: td:nth-last-child(5) selector: td:nth-last-child(5)
grabs: grabs:
@ -163,4 +156,4 @@ search:
minimumseedtime: minimumseedtime:
# 2 days (as seconds = 2 x 24 x 60 x 60) # 2 days (as seconds = 2 x 24 x 60 x 60)
text: 172800 text: 172800
# TS Special Edition v.7.5 # TS Special Edition v.8.0