From b559a9bebd5d1c11528866ee7832ce2f17bd61dd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 28 Oct 2018 11:15:18 +0530 Subject: [PATCH] http -> https --- manual/news.rst | 2 +- src/calibre/ebooks/metadata/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/news.rst b/manual/news.rst index ece0c70c91..f09f1af413 100644 --- a/manual/news.rst +++ b/manual/news.rst @@ -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 `_ to parse the daily paper webpage. You can also use other, more modern parsers if you -dislike BeatifulSoup. calibre comes with `lxml `_ and +dislike BeatifulSoup. calibre comes with `lxml `_ and `html5lib `_, which are the recommended parsers. To use them, replace the call to ``index_to_soup()`` with the following:: diff --git a/src/calibre/ebooks/metadata/cli.py b/src/calibre/ebooks/metadata/cli.py index 6d4367b61f..b3ab36901c 100644 --- a/src/calibre/ebooks/metadata/cli.py +++ b/src/calibre/ebooks/metadata/cli.py @@ -65,7 +65,7 @@ def config(): help=_('Set the ISBN of the book.')) c.add_opt('identifiers', ['--identifier'], action='append', 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:' ' Note that for EPUB files, an identifier marked as the package identifier cannot be removed.')) c.add_opt('tags', ['--tags'],