This commit is contained in:
Kovid Goyal 2011-12-22 19:04:37 +05:30
parent 6240a00209
commit fc8e5feabd
5 changed files with 66 additions and 69 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -60,7 +60,6 @@ Change Log:
2010/10/31: skip repeated articles in section pages
'''
from calibre import (browser, iswindows, __appname__, force_unicode, preferred_encoding, as_unicode)
from calibre.utils.date import now as nowf
import os, datetime, re, mechanize
from calibre.web.feeds.recipes import BasicNewsRecipe

View File

@ -60,7 +60,6 @@ Change Log:
2010/10/31: skip repeated articles in section pages
'''
from calibre import (browser, iswindows, __appname__, force_unicode, preferred_encoding, as_unicode)
from calibre.utils.date import now as nowf
import os, datetime, re, mechanize
from calibre.web.feeds.recipes import BasicNewsRecipe

View File

@ -60,7 +60,6 @@ Change Log:
2010/10/31: skip repeated articles in section pages
'''
from calibre import (browser, iswindows, __appname__, force_unicode, preferred_encoding, as_unicode)
from calibre.utils.date import now as nowf
import os, datetime, re, mechanize
from calibre.web.feeds.recipes import BasicNewsRecipe