add douban image proxy

This commit is contained in:
jxxghp
2023-07-10 12:27:03 +08:00
parent b6f2420c57
commit 0b33094b9c
2 changed files with 18 additions and 4 deletions

View File

@ -400,8 +400,6 @@ class MediaInfo:
self.poster_path = info.get("pic", {}).get("large")
if not self.poster_path and info.get("cover_url"):
self.poster_path = info.get("cover_url")
if self.poster_path:
self.poster_path = self.poster_path.replace("m_ratio_poster", "l_ratio_poster")
# 简介
if not self.overview:
self.overview = info.get("intro") or info.get("card_subtitle") or ""