michaelnisi / pickup

Transform XML feeds
MIT License
21 stars 1 forks source link

Guard against garbled first line #12

Closed michaelnisi closed 6 years ago

michaelnisi commented 6 years ago

https://github.com/michaelnisi/manger/issues/24

michaelnisi commented 6 years ago

The actual issue must have been something else. Bad input, like:

<?xml version="1.0" encoding="UTF-8"?>    ,             l          ,        g  t  E           ,        s         s    s   d          y       .                 >
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:itunesu="http://www.itunesu.com/feed" version="2.0">
<channel>
        <title>Architecture</title>

Produces the expected Error: Text data outside of root node.