Exclude iframe tags in forums stories.

This commit is contained in:
Jim Miller 2015-06-08 11:13:17 -05:00
parent 0246ecafcf
commit d2535ef12b

View file

@ -163,4 +163,7 @@ class ForumsSpacebattlesComAdapter(BaseSiteAdapter):
bq.name='div'
for iframe in bq.find_all('iframe'):
iframe.extract() # calibre book reader & editor don't like iframes to youtube.
return self.utf8FromSoup(url,bq)