latest feed
This commit is contained in:
parent
24c219f556
commit
8d5c468723
@ -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
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user