mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 07:03:41 +02:00
Merge branch 'master' of https://github.com/davidfor/calibre
This commit is contained in:
commit
643de95a64
1 changed files with 1 additions and 1 deletions
|
|
@ -1710,7 +1710,7 @@ def parse_clipboard_for_identifier(self):
|
|||
rules = msprefs['id_link_rules']
|
||||
if rules:
|
||||
formatter = EvalFormatter()
|
||||
vals = {'id' : '(?P<new_id>[^/]+)'}
|
||||
vals = {'id' : '(?P<new_id>.+)'}
|
||||
for key in rules.keys():
|
||||
rule = rules[key]
|
||||
for name, template in rule:
|
||||
|
|
|
|||
Loading…
Reference in a new issue