http -> https

This commit is contained in:
Kovid Goyal 2018-10-28 11:15:18 +05:30
parent eb7d2be3b1
commit b559a9bebd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -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::

View File

@ -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'],