fix typo in README
This commit is contained in:
@@ -200,7 +200,7 @@ To link your account to *gallery-dl*, start by invoking it with
|
|||||||
$ gallery-dl oauth:flickr
|
$ gallery-dl oauth:flickr
|
||||||
|
|
||||||
You will be sent to the site's authorization page and asked to grant read
|
You will be sent to the site's authorization page and asked to grant read
|
||||||
access to *gallery-dl*. Authorize it and you will he shown one or more
|
access to *gallery-dl*. Authorize it and you will be shown one or more
|
||||||
"tokens", which should be added to your configuration file.
|
"tokens", which should be added to your configuration file.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ class KomikcastMangaExtractor(KomikcastBase, MangaExtractor):
|
|||||||
mtype , pos = text.extract(page, ">Type:" , "</span>", pos)
|
mtype , pos = text.extract(page, ">Type:" , "</span>", pos)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"manga": text.unescape(manga.rpartition(" - ")[0]),
|
"manga": text.unescape(manga[:-12]),
|
||||||
"author": text.remove_html(author),
|
"author": text.remove_html(author),
|
||||||
"genres": text.split_html(genres)[::2],
|
"genres": text.split_html(genres)[::2],
|
||||||
"type": text.remove_html(mtype),
|
"type": text.remove_html(mtype),
|
||||||
|
|||||||
Reference in New Issue
Block a user