This commit is contained in:
Kovid Goyal 2018-11-08 10:02:30 +05:30
parent dc636725fa
commit 79a0a7ab58
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 3 deletions

View File

@ -495,7 +495,7 @@ class Source(Plugin):
that could result in a generic cover image or a not found error.
'''
return None
def id_from_url(self, url):
'''
Parse a URL and return a tuple of the form:
@ -505,7 +505,6 @@ class Source(Plugin):
'''
return None
def identify_results_keygen(self, title=None, authors=None,
identifiers={}):
'''

View File

@ -1668,7 +1668,7 @@ class IdentifiersEdit(QLineEdit, ToMetadataMixin):
text = unicode(QApplication.clipboard().text()).strip()
if not text:
return False
rules = msprefs['id_link_rules']
if rules:
formatter = EvalFormatter()