mirror of
https://github.com/Jackett/Jackett
synced 2025-01-31 20:02:08 +00:00
add torrentbomb a Korean public site. resolves #8044
This commit is contained in:
parent
4368d14e0b
commit
4686f8ee5f
2 changed files with 89 additions and 1 deletions
|
@ -121,6 +121,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* TopNow
|
||||
* Torlock
|
||||
* TOROS
|
||||
* Torrent Bomb (토렌트봄)
|
||||
* Torrent Downloads (TD)
|
||||
* Torrent Oyun indir
|
||||
* torrent-pirat
|
||||
|
@ -138,7 +139,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* TorrentQuest
|
||||
* Torrents.csv
|
||||
* Torrentv
|
||||
* TorrentView
|
||||
* TorrentView (토렌트뷰)
|
||||
* Torrentz2
|
||||
* Underverse
|
||||
* UnionDHT
|
||||
|
|
87
src/Jackett.Common/Definitions/torrentbomb.yml
Normal file
87
src/Jackett.Common/Definitions/torrentbomb.yml
Normal file
|
@ -0,0 +1,87 @@
|
|||
---
|
||||
site: torrentbomb
|
||||
name: TorrentBomb
|
||||
description: "Torrent Bomb (토렌트봄) is a Public KOREAN tracker for Korean media."
|
||||
language: ko-KR
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://torrent.vet/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: "torrent_movie", cat: Movies, desc: "토렌트 한국영화 (Movie)"}
|
||||
- {id: "torrent_movie_eng", cat: Movies, desc: "토렌트 외국영화 (Movie Eng)"}
|
||||
- {id: "torrent_movie_etc", cat: Movies, desc: "토렌트 기타영화 (Movie other)"}
|
||||
- {id: "torrent_korea_drama", cat: TV, desc: "토렌트 한국드라마 (TV drama)"}
|
||||
- {id: "torrent_variety", cat: TV, desc: "토렌트 한국예능 (TV variety)"}
|
||||
- {id: "torrent_docu", cat: TV/Documentary, desc: "토렌트 시사다큐 (TV Docu)"}
|
||||
- {id: "torrent_ani", cat: TV/Anime, desc: "토렌트 애니 (TV anime)"}
|
||||
- {id: "torrent_ani_etc", cat: TV/Anime, desc: "해외토렌트자료실 nyaa,도쿄도서관 (TV Anime other)"}
|
||||
- {id: "torrent_sport", cat: TV/Sport, desc: "토렌트 스포츠 (TV Sport)"}
|
||||
- {id: "torrent_IDOL", cat: TV, desc: "아이돌 영상 (TV IDOL)"}
|
||||
- {id: "torrent_korea_music", cat: Audio, desc: "토렌트 한국음악 (Music)"}
|
||||
- {id: "torrent_eng_music", cat: Audio, desc: "토렌트 외국음악 (Music Eng)"}
|
||||
- {id: "torrent_top100_music", cat: Audio, desc: "멜론 탑100 (실시간업로드) (Music Top 100)"}
|
||||
- {id: "torrent_game", cat: Console, desc: "토렌트 게임 (Games)"}
|
||||
- {id: "torrent_util", cat: PC, desc: "토렌트 유틸 (Software)"}
|
||||
- {id: "etc", cat: Other, desc: "토렌트 기타 (Other)"}
|
||||
- {id: "torrent_magnet", cat: Other, desc: "토렌트 마그넷 자료실 (Magnets)"}
|
||||
- {id: "torrent_netflix", cat: Movies, desc: "넷플릭스 (Netflix)"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
download:
|
||||
# https://lngui.xyz/magnet.php?magnet:?xt=urn:btih:6c0649e8b299a5a7d61d7fc15bd099e37e5ed2fe
|
||||
selector: a[href*="magnet:?xt="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: magnet:?xt
|
||||
- name: prepend
|
||||
args: "magnet:?xt="
|
||||
|
||||
search:
|
||||
paths:
|
||||
# https://torrent.vet/search.php?keyword=2020
|
||||
- path: search.php
|
||||
inputs:
|
||||
keyword: "{{ if .Keywords }}{{ .Keywords }}{{else}}2020{{end}}"
|
||||
|
||||
rows:
|
||||
selector: section.sch_res_list > ul > li
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: a[href^="bbs/./board.php?"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: bo_table
|
||||
title:
|
||||
selector: a[href^="bbs/./board.php?"]
|
||||
details:
|
||||
selector: a[href^="bbs/./board.php?"]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="bbs/./board.php?"]
|
||||
attribute: href
|
||||
date:
|
||||
selector: span.sch_datetime
|
||||
filters:
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04:05"
|
||||
size:
|
||||
text: "512 MB"
|
||||
seeders:
|
||||
text: 1
|
||||
leechers:
|
||||
text: 1
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
Loading…
Reference in a new issue