|
@@ -85,7 +85,7 @@ def add_episodes_from_folder(folder_path: str, season:int) -> None:
|
|
summary=description,
|
|
summary=description,
|
|
season=season,
|
|
season=season,
|
|
episode_number=int(ep_details[1][-0]),
|
|
episode_number=int(ep_details[1][-0]),
|
|
- image=f'https://kithub.k-world.me.uk/Karl/GTPStories/raw/master/{folder_path}/{folder_path}_wide.png'
|
|
|
|
|
|
+ image=f'https://kithub.k-world.me.uk/Karl/GTPStories/raw/master/{folder_path}/{folder_path}_wide.png',
|
|
publication_date=dt.fromtimestamp(
|
|
publication_date=dt.fromtimestamp(
|
|
os.stat(f"./{folder_path}/{file}").st_ctime, tz=UTC
|
|
os.stat(f"./{folder_path}/{file}").st_ctime, tz=UTC
|
|
),
|
|
),
|