In this episode we use a library called Dexador and cl-feedparser to grab content from my Youtube channel and display it on the website.
I made a mistake when I wrote (declare (ignore entry feed)) it should be (declare (ignorable entry feed))
The compiler would complain if you tried to use variables declared as ignored!
cl-feedparser: https://github.com/ruricolist/cl-feed...
dexador: https://github.com/fukamachi/dexador