Skip to content
  • Lysander Trischler's avatar
    Quick fix (read: hack) for unknown entities in XML · fe2b229f
    Lysander Trischler authored
    The bestofyoutube.com RSS feed contains illegal é HTML entities so the
    Python XML parser reported "xml.parsers.expat.ExpatError: undefined entity".
    This ugly hack fixes this incident. However, a more appropriate solution must
    be implemented in a later point of time to really get rid of these kind of
    nasty errors!
    fe2b229f