mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 10:54:53 +02:00
Clean nbsp;
remove nbsp in title name
This commit is contained in:
parent
b671517232
commit
0c1f3ce5a3
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ def parse_index(self):
|
|||
if (not title == u'動新聞') and (relativea.startswith('list.php')):
|
||||
sectionList.append((title, a))
|
||||
for title, url in sectionList:
|
||||
title = title.replace(" ", "")
|
||||
articles = self.parse_section(url)
|
||||
if articles:
|
||||
feeds.append((title, articles))
|
||||
|
|
|
|||
Loading…
Reference in a new issue