mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix: labels by mTorrent
This commit is contained in:
@@ -31,8 +31,12 @@ class MTorrentSpider:
|
|||||||
# 标签
|
# 标签
|
||||||
_labels = {
|
_labels = {
|
||||||
"0": "",
|
"0": "",
|
||||||
|
"1": "DIY",
|
||||||
|
"2": "国配",
|
||||||
"4": "中字",
|
"4": "中字",
|
||||||
"6": "国配",
|
"5": "DIY 中字",
|
||||||
|
"6": "国配 中字",
|
||||||
|
"7": "DIY 国配 中字"
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, indexer: CommentedMap):
|
def __init__(self, indexer: CommentedMap):
|
||||||
|
|||||||
Reference in New Issue
Block a user