mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
http -> https
This commit is contained in:
parent
eb7d2be3b1
commit
b559a9bebd
@ -269,7 +269,7 @@ of articles that appear in *todays* paper. While more complex than simply using
|
|||||||
days paper. ``parse_index`` makes heavy use of `BeautifulSoup
|
days paper. ``parse_index`` makes heavy use of `BeautifulSoup
|
||||||
<https://www.crummy.com/software/BeautifulSoup/bs3/documentation.html>`_ to parse
|
<https://www.crummy.com/software/BeautifulSoup/bs3/documentation.html>`_ to parse
|
||||||
the daily paper webpage. You can also use other, more modern parsers if you
|
the daily paper webpage. You can also use other, more modern parsers if you
|
||||||
dislike BeatifulSoup. calibre comes with `lxml <http://lxml.de/>`_ and
|
dislike BeatifulSoup. calibre comes with `lxml <https://lxml.de/>`_ and
|
||||||
`html5lib <https://github.com/html5lib/html5lib-python>`_, which are the
|
`html5lib <https://github.com/html5lib/html5lib-python>`_, which are the
|
||||||
recommended parsers. To use them, replace the call to ``index_to_soup()`` with
|
recommended parsers. To use them, replace the call to ``index_to_soup()`` with
|
||||||
the following::
|
the following::
|
||||||
|
@ -65,7 +65,7 @@ def config():
|
|||||||
help=_('Set the ISBN of the book.'))
|
help=_('Set the ISBN of the book.'))
|
||||||
c.add_opt('identifiers', ['--identifier'], action='append',
|
c.add_opt('identifiers', ['--identifier'], action='append',
|
||||||
help=_('Set the identifiers for the book, can be specified multiple times.'
|
help=_('Set the identifiers for the book, can be specified multiple times.'
|
||||||
' For example: --identifier uri:http://acme.com --identifier isbn:12345'
|
' For example: --identifier uri:https://acme.com --identifier isbn:12345'
|
||||||
' To remove an identifier, specify no value, --identifier isbn:'
|
' To remove an identifier, specify no value, --identifier isbn:'
|
||||||
' Note that for EPUB files, an identifier marked as the package identifier cannot be removed.'))
|
' Note that for EPUB files, an identifier marked as the package identifier cannot be removed.'))
|
||||||
c.add_opt('tags', ['--tags'],
|
c.add_opt('tags', ['--tags'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user