This commit is contained in:
Kovid Goyal 2014-02-21 09:11:02 +05:30
parent 15f9e96441
commit d0fcd63485

View File

@ -6,7 +6,7 @@ __copyright__ = '2011, Piotr Kontek, piotr.kontek@gmail.com \
2013-2014, Tomasz Długosz, tomek3d@gmail.com'
from calibre.web.feeds.news import BasicNewsRecipe
import re
import re, time
from lxml import html
class GN(BasicNewsRecipe):