mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-25 10:10:38 +08:00
fix scrape bug
This commit is contained in:
@@ -104,6 +104,7 @@ class TmdbScraper:
|
||||
url = f"https://{settings.TMDB_IMAGE_DOMAIN}/t/p/original{seasoninfo.get('poster_path')}"
|
||||
image_name = f"season{sea_seq}-poster{ext}"
|
||||
return image_name, url
|
||||
return "", ""
|
||||
|
||||
@staticmethod
|
||||
def __get_episode_detail(seasoninfo: dict, episode: int) -> dict:
|
||||
|
||||
Reference in New Issue
Block a user