mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
16885639a1
commit
5fe546c70c
@ -11,6 +11,12 @@ from calibre import browser
|
|||||||
|
|
||||||
class xISBN(object):
|
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'
|
QUERY = 'http://xisbn.worldcat.org/webservices/xid/isbn/%s?method=getEditions&format=json&fl=form,year,lang,ed'
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user