latest feed

This commit is contained in:
Karl Hudgell 2024-06-21 12:51:17 +01:00
parent 24c219f556
commit 8d5c468723
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -85,7 +85,7 @@ def add_episodes_from_folder(folder_path: str, season:int) -> None:
summary=description,
season=season,
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(
os.stat(f"./{folder_path}/{file}").st_ctime, tz=UTC
),