Jochen Wersdörfer
Jochen Wersdörfer
Sharing [this episode](https://python-podcast.de/show/freelancing/) looks good, while the player card for python podcast looks bad. Find out why.
Issue created after reading [ARCHITECTURE.md](https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html).
The goal is to make it possible to backup a blog/podcast/site just by pointing a script to the root api url which would then just fetch all pages and recreate...
Some things to consider: - Use [furo](https://github.com/pradyunsg/furo) as a theme - Maybe use [MyST](https://myst-parser.readthedocs.io/en/latest/) instead of restructured text - Strip down to just minimal documentation
Here are some api endpoints, maybe it would be nice to have some cli commands to fetch recipes from those endpoints? ``` https://mobile.kptncook.com/discovery/list/curated/6512a9475100004c009f516a?favorites=5b99084f2700007d089e190c&lang=de&store=de&preferences=rt%3Adiet_vegetarian%2C alternative list ids: 6512a9475100004c009f516a 6511394a4f0000a5050f686e 64edb8195000001309c52a4c 651673793c00001a073cc9c2...
It should be possible to get email/password for kptncook directly from a password manager like 1password instead of prompting for it on command line.
Tests are running, but I got this traceback in production while trying to edit a post: ``` Template error: In template /home/homepage/site/.venv/lib/python3.13/site-packages/wagtail/admin/templates/wagtailadmin/panels/object_list.html, error at line 9 Field 'id' expected a...
- [x] Add a transcript model with vtt format for feed and json for the podlove player - [x] Add the transcript tab to the podlove player - [x] Include...