Improve Alternet

This commit is contained in:
Kovid Goyal 2012-01-05 09:26:09 +05:30
parent 3f077b0bda
commit ee8de4b180

View File

@ -36,3 +36,5 @@ class Alternet(BasicNewsRecipe):
self.temp_files[-1].write(html) self.temp_files[-1].write(html)
self.temp_files[-1].close() self.temp_files[-1].close()
return self.temp_files[-1].name return self.temp_files[-1].name
conversion_options = {'linearize_tables': True}