Skip to content

Support variable Music section formatting in episode scraper #8

Description

@noblepayne

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions