Sometimes Chris does not put the "Music" link in a list for TWiB. Our scraper currently only handles the list format and misses the music link in the paragraph format. We can modify the upstream source in practice, but if the scraper can easily handle this case as well that would be convenient.
Format that works:
<p><strong>Music</strong></p>
<ul>
<li><a href="https://podcastindex.org/podcast/6614066">Lowkey By: Ollie</a></li>
</ul>
Format that fails:
<p><strong>Music</strong></p>
<p><a href="https://podcastindex.org/podcast/6614066">Lowkey By: Ollie</a></p>
Sometimes Chris does not put the "Music" link in a list for TWiB. Our scraper currently only handles the list format and misses the music link in the paragraph format. We can modify the upstream source in practice, but if the scraper can easily handle this case as well that would be convenient.
Format that works:
Format that fails: