Quantcast
Channel: feed2exec:be17dd6753841c35e5224b00e4400fe48aaa25b3 commits
Viewing all articles
Browse latest Browse all 40

fix parsing of empty links

$
0
0
For some obscure reason, with the test feed provided in #5, the resulting link is no available in the feed at all, which crashes the normalize routine. That is because urlparse.urlsplit returns a different type on strings (which are used in the normal path) or "None" (which is used when the link is not present). We fix this by defaulting to the empty string, although this probably means that feed2exec will have trouble adapting to that feed in the first place, but that's another bug. Closes: #5

Viewing all articles
Browse latest Browse all 40

Trending Articles