mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 15:13:41 +02:00
...
This commit is contained in:
parent
594bf0b678
commit
a217bbd73b
1 changed files with 2 additions and 2 deletions
|
|
@ -781,7 +781,7 @@ def download_cover(self, log, result_queue, abort, # {{{
|
|||
de_tests = [ # {{{
|
||||
(
|
||||
{'identifiers':{'isbn': '3548283519'}},
|
||||
[title_test('Wer Wind sät',
|
||||
[title_test('Wer Wind Sät: Der Fünfte Fall Für Bodenstein Und Kirchhoff',
|
||||
exact=True), authors_test(['Nele Neuhaus'])
|
||||
]
|
||||
|
||||
|
|
@ -833,6 +833,6 @@ def download_cover(self, log, result_queue, abort, # {{{
|
|||
] # }}}
|
||||
|
||||
test_identify_plugin(Amazon.name, com_tests)
|
||||
#test_identify_plugin(Amazon.name, es_tests)
|
||||
#test_identify_plugin(Amazon.name, de_tests)
|
||||
# }}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue