mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
add u3c3 a Chinese public site. resolves #15188
This commit is contained in:
parent
1714709b08
commit
b9f902159d
2 changed files with 76 additions and 0 deletions
|
@ -135,6 +135,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* Torrentz2nz
|
||||
* TrahT
|
||||
* truPornolabs
|
||||
* U3C3
|
||||
* UnionDHT
|
||||
* VSTHouse
|
||||
* VST Torrentz
|
||||
|
|
75
src/Jackett.Common/Definitions/u3c3.yml
Normal file
75
src/Jackett.Common/Definitions/u3c3.yml
Normal file
|
@ -0,0 +1,75 @@
|
|||
---
|
||||
id: u3c3
|
||||
name: U3C3
|
||||
description: "U3C3 is a CHINESE Public tracker focused on 3X Eastern Asian media"
|
||||
language: zh-CN
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://u3c3.com/
|
||||
- https://u3c3.in/
|
||||
- https://a.u3c3.life/
|
||||
- https://u001.25img.com/
|
||||
- https://u002.25img.com/
|
||||
- https://u003.25img.com/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: 國產原创, cat: XXX, desc: 國產原创}
|
||||
- {id: Video, cat: XXX, desc: Video}
|
||||
- {id: Photo, cat: XXX/ImageSet, desc: Photo}
|
||||
- {id: Book, cat: Books, desc: Book}
|
||||
- {id: Game, cat: Console, desc: Game}
|
||||
- {id: Software, cat: PC, desc: Software}
|
||||
- {id: Other, cat: Other, desc: Other}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
music-search: [q]
|
||||
book-search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}?search2=eelja13lfea&search={{ .Keywords }}{{ else }}{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: table.torrent-list > tbody > tr:has(a[href^="/view?id="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: a[href^="/?type="]
|
||||
attribute: title
|
||||
title:
|
||||
selector: a[href^="/view?id="]
|
||||
attribute: title
|
||||
details:
|
||||
selector: a[href^="/view?id="]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="/torrent/"]
|
||||
attribute: href
|
||||
magnet:
|
||||
selector: a[href^="magnet:?xt="]
|
||||
attribute: href
|
||||
date:
|
||||
selector: td:nth-child(5)
|
||||
filters:
|
||||
- name: append
|
||||
args: " +08:00" # CST
|
||||
- name: dateparse
|
||||
args: "yyyy-MM-dd HH:mm:ss zzz"
|
||||
size:
|
||||
selector: td:nth-child(4)
|
||||
seeders:
|
||||
text: 1
|
||||
leechers:
|
||||
text: 1
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine bt-btt
|
Loading…
Reference in a new issue