mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
727ada1ac4
commit
8d174eaffd
@ -377,8 +377,9 @@ class Source(Plugin):
|
|||||||
This URL must be browseable to by a human using a browser. It is meant
|
This URL must be browseable to by a human using a browser. It is meant
|
||||||
to provide a clickable link for the user to easily visit the books page
|
to provide a clickable link for the user to easily visit the books page
|
||||||
at this source.
|
at this source.
|
||||||
If no URL is found, return None. This method must be quick, either it
|
If no URL is found, return None. This method must be quick, and
|
||||||
should construct the URL using a known URL scheme or use a cached URL.
|
consistent, so only implement it if it is possible to construct the URL
|
||||||
|
from a known scheme given identifiers.
|
||||||
'''
|
'''
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user