|
@@ -14,7 +14,7 @@ class LinkList():
|
|
|
print(url)
|
|
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"] if "link" in i ]
|
|
|
else:
|
|
else:
|
|
|
|
|
|
|
|
if selector is None or selector == "":
|
|
if selector is None or selector == "":
|