-
Notifications
You must be signed in to change notification settings - Fork 3
Add fireside-scraper that pulls all JB episodes #30
base: main
Are you sure you want to change the base?
Conversation
The section in README.md has a detailed explanation
Closes #21 |
In episode 434 of coder radio, one of the tags has quotation marks which makes hugo bug out and fail to build. Is there a way to remove the quote or escape them by the scraper automatically? Also, I get some errors regarding
Outside of that, this looks great honestly! Great job! |
Sorry i merged it due to conflict locally |
and put all the data into the episode template
@thebiblelover7 Yep, I saw those issues as well. I didn't have enough time to test it all the way. I'll fix it all soon :))
@StefanS-O not a problem at all. There are still a few things need to be polished before it's actually ready to merge into |
@kbondarev: Nice! @thebiblelover7: i think the template needs to get better and be less fragile. I will look into it. |
I still have some issues when huge tries to build to all the data. It's the error that @thebiblelover7 mentions with Huge error's aren't that descriptive, but I think what happens is that one of the episodes is referencing a But it also might be an issue with the template itself, as you said @StefanS-O . I don't know much about the language/syntax hugo uses so it might take some digging into the docs :) But maybe any of you can answer this quicker: I will try to look into doing all that today at night (EDT). |
@kbondarev i fixed this error with this commit: 0c26b6d |
The section in README.md has a detailed explanation
Sorry for the very large one commit, instead of breaking this whole thing into smaller commits which would've been more understandable.