|
|
@ -61,10 +61,8 @@ class SVT(Channel):
|
|
|
|
description = str(entry['description'])
|
|
|
|
description = str(entry['description'])
|
|
|
|
published_parsed = entry['published_parsed']
|
|
|
|
published_parsed = entry['published_parsed']
|
|
|
|
title = str(entry['title'])
|
|
|
|
title = str(entry['title'])
|
|
|
|
print('pre')
|
|
|
|
|
|
|
|
if not resolved_link:
|
|
|
|
if not resolved_link:
|
|
|
|
continue
|
|
|
|
continue
|
|
|
|
print('post')
|
|
|
|
|
|
|
|
thumbnail = make_bitmap_from_url(
|
|
|
|
thumbnail = make_bitmap_from_url(
|
|
|
|
thumbnail_link, wx.Size(self.m_screen_width, 150))
|
|
|
|
thumbnail_link, wx.Size(self.m_screen_width, 150))
|
|
|
|
item = Item(description, resolved_link, self.m_provider_name,
|
|
|
|
item = Item(description, resolved_link, self.m_provider_name,
|
|
|
|