mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Minor modif fictionwise.py
This commit is contained in:
parent
8f6cc227cd
commit
229f511202
@ -237,7 +237,7 @@ class ResultList(list):
|
||||
# mi.language = self.get_language(x, verbose)
|
||||
return mi
|
||||
|
||||
def get_individual_metadata(self, browser, linkdata):
|
||||
def get_individual_metadata(self, browser, linkdata, verbose):
|
||||
try:
|
||||
raw = browser.open_novisit(self.BASE_URL + linkdata).read()
|
||||
except Exception, e:
|
||||
@ -262,7 +262,7 @@ class ResultList(list):
|
||||
def populate(self, entries, browser, verbose=False):
|
||||
for x in entries:
|
||||
try:
|
||||
entry = self.get_individual_metadata(browser, x)
|
||||
entry = self.get_individual_metadata(browser, x, verbose)
|
||||
entry = self.clean_entry(entry)
|
||||
title = self.get_title(entry)
|
||||
#ratings: get table for rating then drop
|
||||
|
Loading…
x
Reference in New Issue
Block a user