mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 11:44:53 +02:00
...
This commit is contained in:
parent
16885639a1
commit
5fe546c70c
1 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,12 @@
|
|||
|
||||
class xISBN(object):
|
||||
|
||||
'''
|
||||
This class is used to find the ISBN numbers of "related" editions of a
|
||||
book, given its ISBN. Useful when querying services for metadata by ISBN,
|
||||
in case they do not have the ISBN for the particular edition.
|
||||
'''
|
||||
|
||||
QUERY = 'http://xisbn.worldcat.org/webservices/xid/isbn/%s?method=getEditions&format=json&fl=form,year,lang,ed'
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue