Closed rahimnathwani closed 5 months ago
Hi, thank you so much for the detailed write-up! and I'm glad you find my program useful.
I identified the bug and ive published the fix, so if you update, it should work.
The problem was I sanitized the filename, then added the extension. So if the title was too long, sanitizing truncated it to 255 bytes, but then adding the extension caused it to go over the limit and the rename operation would fail.
hope itll work on your end, if you have any other feedback, please post it ^^
Thank you! It works!
Thank you for making Talecast. I was looking for something similar to castget yesterday. I searched on HN search, and found Talecast :)
When I try to download the 20VC podcast, the most recent 9 episodes download correctly. But the 10th most recent (at the time of writing) won't download.
This is the content of the
.downloaded
file:The title of the next most recent episode (from the RSS file) is:
I thought this might be due to some special character the code doesn't handle well, but there are other episodes with ampersands, pipes, semi-colons, dollar signs etc., that have downloaded just fine.