mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 12:08:09 +08:00
Merge pull request #4958 from cddjr/fix_browse_mteam
This commit is contained in:
@@ -76,7 +76,7 @@ class MTorrentSpider:
|
||||
else:
|
||||
categories = self._movie_category
|
||||
# mtorrent搜索imdb需要输入完整imdb链接,参见 https://wiki.m-team.cc/zh-tw/imdbtosearch
|
||||
if keyword.startswith("tt"):
|
||||
if keyword and keyword.startswith("tt"):
|
||||
keyword = f"https://www.imdb.com/title/{keyword}"
|
||||
return {
|
||||
"keyword": keyword,
|
||||
|
||||
Reference in New Issue
Block a user