---
share/lua/website/soundcloud.lua | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/share/lua/website/soundcloud.lua b/share/lua/website/soundcloud.lua
index a653fbd..5c9c7d5 100644
--- a/share/lua/website/soundcloud.lua
+++ b/share/lua/website/soundcloud.lua
@@ -58,7 +58,9 @@ function parse(self)
if p == 'og:title' then
self.title = c
elseif p == 'og:image' then
- self.thumbnail_url = c
+ if not c:find('placeholder%.png') then
+ self.thumbnail_url = c
+ end
end
end
--
1.7.10.2
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
quvi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/quvi-devel