mirror of https://github.com/Jackett/Jackett
comicat, miobt: -> semi
switching to semi so we can save the cookie to pass the visitors test
This commit is contained in:
parent
c7dcb58ed8
commit
642cd1a235
|
@ -47,7 +47,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||||
* BTSOW
|
* BTSOW
|
||||||
* Byrutor
|
* Byrutor
|
||||||
* Cinecalidad
|
* Cinecalidad
|
||||||
* comicat
|
|
||||||
* cpasbien
|
* cpasbien
|
||||||
* cpasbienClone
|
* cpasbienClone
|
||||||
* CrackingPatching
|
* CrackingPatching
|
||||||
|
@ -83,7 +82,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||||
* MegaPeer
|
* MegaPeer
|
||||||
* MejorTorrent
|
* MejorTorrent
|
||||||
* Mikan
|
* Mikan
|
||||||
* MioBT
|
|
||||||
* MixTapeTorrent
|
* MixTapeTorrent
|
||||||
* MoviesDVDR
|
* MoviesDVDR
|
||||||
* MyPornClub
|
* MyPornClub
|
||||||
|
@ -161,6 +159,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||||
* BookTracker
|
* BookTracker
|
||||||
* BootyTape
|
* BootyTape
|
||||||
* Catorrent
|
* Catorrent
|
||||||
|
* comicat
|
||||||
* Deildu
|
* Deildu
|
||||||
* Devil-Torrents
|
* Devil-Torrents
|
||||||
* DreamingTree
|
* DreamingTree
|
||||||
|
@ -189,6 +188,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||||
* Masters-TB
|
* Masters-TB
|
||||||
* Mazepa
|
* Mazepa
|
||||||
* Metal Tracker
|
* Metal Tracker
|
||||||
|
* MioBT
|
||||||
* MIRcrew
|
* MIRcrew
|
||||||
* MuseBootlegs (MB)
|
* MuseBootlegs (MB)
|
||||||
* MVGroup Forum
|
* MVGroup Forum
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
---
|
---
|
||||||
id: comicat
|
id: comicat
|
||||||
name: comicat
|
name: comicat
|
||||||
description: "comicat is a CHINESE Public tracker for Anime / Hentai / Manga"
|
description: "comicat is a CHINESE Semi-Private tracker for Anime / Hentai / Manga"
|
||||||
language: zh-CN
|
language: zh-CN
|
||||||
type: public
|
type: semi-private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
requestDelay: 2
|
requestDelay: 2
|
||||||
links:
|
links:
|
||||||
- https://www.comicat.org/
|
- https://www.comicat.org/
|
||||||
|
|
||||||
settings: []
|
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
- {id: 1, cat: TV/Anime, desc: "动画(Anime)"}
|
- {id: 1, cat: TV/Anime, desc: "动画(Anime)"}
|
||||||
|
@ -27,6 +25,15 @@ caps:
|
||||||
music-search: [q]
|
music-search: [q]
|
||||||
book-search: [q]
|
book-search: [q]
|
||||||
|
|
||||||
|
settings: []
|
||||||
|
|
||||||
|
login:
|
||||||
|
path: addon.php?r=document/view&page=visitor-test
|
||||||
|
method: form
|
||||||
|
form: form#visitor-test-form
|
||||||
|
inputs:
|
||||||
|
visitor_test: human
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
# https://www.comicat.org/ (latest)
|
# https://www.comicat.org/ (latest)
|
||||||
|
|
|
@ -3,9 +3,9 @@ id: miobt
|
||||||
replaces:
|
replaces:
|
||||||
- kisssub
|
- kisssub
|
||||||
name: MioBT
|
name: MioBT
|
||||||
description: "MioBT is a CHINESE Public torrent index"
|
description: "MioBT is a CHINESE Semi-Private torrent index"
|
||||||
language: zh-CN
|
language: zh-CN
|
||||||
type: public
|
type: semi-private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
- https://miobt.com/
|
- https://miobt.com/
|
||||||
|
@ -29,6 +29,13 @@ caps:
|
||||||
|
|
||||||
settings: []
|
settings: []
|
||||||
|
|
||||||
|
login:
|
||||||
|
path: addon.php?r=document/view&page=visitor-test
|
||||||
|
method: form
|
||||||
|
form: form#visitor-test-form
|
||||||
|
inputs:
|
||||||
|
visitor_test: human
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
# https://miobt.com/search.php?keyword=moon+720p
|
# https://miobt.com/search.php?keyword=moon+720p
|
||||||
|
|
Loading…
Reference in New Issue