|
@@ -8,6 +8,7 @@ class LinkList():
|
|
|
if rss:
|
|
if rss:
|
|
|
feed = feedparser.parse(url)
|
|
feed = feedparser.parse(url)
|
|
|
if feed["bozo"]:
|
|
if feed["bozo"]:
|
|
|
|
|
+ print(url)
|
|
|
print("RSS ERROR. PANIC")
|
|
print("RSS ERROR. PANIC")
|
|
|
#print(feed["bozo"]) FIXME: If bozo==1 => error
|
|
#print(feed["bozo"]) FIXME: If bozo==1 => error
|
|
|
self.links=[i["link"] for i in feed["items"]]
|
|
self.links=[i["link"] for i in feed["items"]]
|