pictuga / morss

Get full text RSS feeds
https://morss.it/
GNU Affero General Public License v3.0
621 stars 75 forks source link

TypeError when trying to generate feed from a specific page #104

Closed clavelm closed 1 year ago

clavelm commented 2 years ago

When I try to "feedify" that page https://chomsky.info/updates/ I'm getting a TypeError. https://morss.it/:items=||*[class=thsxwwve]||li|a/https://chomsky.info/updates/ The XPath was generated by selecting the links on morss.it page. Screenshot_2022-09-28-09-59-31-14_984e1414ae90666a90f12ff17ec14a7f

pictuga commented 1 year ago

the TypeError you're talking about is just morss telling you that it couldn't generate a feed based on the info/xpath string it got. It works on my side with this link https://morss.it/:items=||li|a/https://chomsky.info/updates/

for reference: raise TypeError('no way to handle this feed')