Linked #299 in readme files.

Linked #299 in readme files.
master
Dhruv Kanojia (Xonshiz) 2022-04-16 16:52:50 +05:30
parent 4498388990
commit 7826b1c307
31 changed files with 38 additions and 35 deletions

1
.gitignore vendored
View File

@ -81,3 +81,4 @@ dist/*
comic_dl/build/*
comic_dl/dist/*
/comic_dl.egg-info
docs/build/*

View File

@ -403,7 +403,7 @@ If you're here to make suggestions, please follow the basic syntax to post a req
This should be enough, but it'll be great if you can add more ;)
# Notes
* Readcomiconline.li has been a pain to work with and it might block you out a lot. Now you can use `--cookie` parameter to pass a working cookie. You can retrieve the cookie by checking network tab for `Cookie` value in request headers or by using an external browser plugin.
* Readcomiconline.li has been a pain to work with and it might block you out a lot. Now you can use `--cookie` parameter to pass a working cookie. You can retrieve the cookie by checking network tab for `Cookie` value in request headers or by using an external browser plugin. Read more about this on [#299](https://github.com/Xonshiz/comic-dl/issues/299).
* comic.naver.com has korean characters and some OS won't handle those characters. So, instead of naming the file folder with the series name in korean, the script will download and name the folder with the comic's ID instead.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 9e8fc3beea7f09e3cf4fc33f343b5bb2
config: b45d5957682d5eaec36dc53eff3f7485
tags: 645f666f9bcd5a90fca523b33c5a78b7

View File

@ -20,8 +20,6 @@ various Manga and Comic sites easily. You can search Manga from this
tool as well. Idea from
`youtube-dl <https://github.com/rg3/youtube-dl>`__.
If youre looking for an application, or a UI for this, please move to :
`CoManga <https://github.com/Xonshiz/CoManga>`__
Dont overuse this script. Support the developers of those websites
by disabling your adblock on their site. Advertisments pay for the

View File

@ -34,3 +34,5 @@ Currently, the script supports these arguments :
[ Ex : -comic-info "Deadpool Classic" ] or [ Ex : -comic-info 3865 ]
--update Updates the comic database for the given argument.
[ Ex: --update "Deadpool Classic" ] or [ Ex: --update "https://readcomiconline.li/Comic/Deadpool-Classic" ]
-cookie, --cookie Passes a cookie to be used throughout the session.

View File

@ -1,5 +1,6 @@
Notes
=====
- Readcomiconline.li has been a pain to work with and it might block you out a lot. Now you can use `--cookie` parameter to pass a working cookie. You can retrieve the cookie by checking network tab for `Cookie` value in request headers or by using an external browser plugin. Read more about this on `#299 <https://github.com/Xonshiz/comic-dl/issues/299>`__.
- comic.naver.com has korean characters and some OS wont handle those
characters. So, instead of naming the file folder with the series

View File

@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '2022.04.09',
VERSION: '2022.04.16',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Auto Download &#8212; comic-dl 2022.04.09 documentation</title>
<title>Auto Download &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@ -82,13 +82,13 @@ chapters.</em></p>
<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="supported_sites.html">List of Supported Websites</a></li>
<li class="toctree-l1"><a class="reference internal" href="dependencies_installation.html">Dependencies Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_support.html">Python Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="windows_binary.html">Windows Binary</a></li>
<li class="toctree-l1"><a class="reference internal" href="list_of_arguments.html">List of Arguments</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html">Language Codes:</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html#language-code-language">Language Code &gt; Language</a></li>
<li class="toctree-l1"><a class="reference internal" href="using_the_search.html">Using The Search</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Auto Download</a></li>

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Dependencies Installation &#8212; comic-dl 2022.04.09 documentation</title>
<title>Dependencies Installation &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Donations &#8212; comic-dl 2022.04.09 documentation</title>
<title>Donations &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@ -58,13 +58,13 @@
<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="supported_sites.html">List of Supported Websites</a></li>
<li class="toctree-l1"><a class="reference internal" href="dependencies_installation.html">Dependencies Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_support.html">Python Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="windows_binary.html">Windows Binary</a></li>
<li class="toctree-l1"><a class="reference internal" href="list_of_arguments.html">List of Arguments</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html">Language Codes:</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html#language-code-language">Language Code &gt; Language</a></li>
<li class="toctree-l1"><a class="reference internal" href="using_the_search.html">Using The Search</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="auto_download.html">Auto Download</a></li>

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Features &#8212; comic-dl 2022.04.09 documentation</title>
<title>Features &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@ -63,13 +63,13 @@ few features.</p>
<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="supported_sites.html">List of Supported Websites</a></li>
<li class="toctree-l1"><a class="reference internal" href="dependencies_installation.html">Dependencies Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_support.html">Python Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="windows_binary.html">Windows Binary</a></li>
<li class="toctree-l1"><a class="reference internal" href="list_of_arguments.html">List of Arguments</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html">Language Codes:</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html#language-code-language">Language Code &gt; Language</a></li>
<li class="toctree-l1"><a class="reference internal" href="using_the_search.html">Using The Search</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="auto_download.html">Auto Download</a></li>

View File

@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &#8212; comic-dl 2022.04.09 documentation</title>
<title>Index &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Comic-dl &#8212; comic-dl 2022.04.09 documentation</title>
<title>Comic-dl &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@ -67,8 +67,6 @@
various Manga and Comic sites easily. You can search Manga from this
tool as well. Idea from
<a class="reference external" href="https://github.com/rg3/youtube-dl">youtube-dl</a>.</p>
<p>If youre looking for an application, or a UI for this, please move to :
<a class="reference external" href="https://github.com/Xonshiz/CoManga">CoManga</a></p>
<blockquote>
<div><p>Dont overuse this script. Support the developers of those websites
by disabling your adblock on their site. Advertisments pay for the

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Installation &#8212; comic-dl 2022.04.09 documentation</title>
<title>Installation &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Language Codes: &#8212; comic-dl 2022.04.09 documentation</title>
<title>Language Codes: &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>List of Arguments &#8212; comic-dl 2022.04.09 documentation</title>
<title>List of Arguments &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@ -65,6 +65,7 @@
[ Ex : -comic-info &quot;Deadpool Classic&quot; ] or [ Ex : -comic-info 3865 ]
--update Updates the comic database for the given argument.
[ Ex: --update &quot;Deadpool Classic&quot; ] or [ Ex: --update &quot;https://readcomiconline.li/Comic/Deadpool-Classic&quot; ]
-cookie, --cookie Passes a cookie to be used throughout the session.
</pre></div>
</div>
</section>
@ -87,13 +88,13 @@
<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="supported_sites.html">List of Supported Websites</a></li>
<li class="toctree-l1"><a class="reference internal" href="dependencies_installation.html">Dependencies Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_support.html">Python Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="windows_binary.html">Windows Binary</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">List of Arguments</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html">Language Codes:</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html#language-code-language">Language Code &gt; Language</a></li>
<li class="toctree-l1"><a class="reference internal" href="using_the_search.html">Using The Search</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="auto_download.html">Auto Download</a></li>

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Notes &#8212; comic-dl 2022.04.09 documentation</title>
<title>Notes &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@ -36,6 +36,7 @@
<section id="notes">
<h1>Notes<a class="headerlink" href="#notes" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p>Readcomiconline.li has been a pain to work with and it might block you out a lot. Now you can use <cite>cookie</cite> parameter to pass a working cookie. You can retrieve the cookie by checking network tab for <cite>Cookie</cite> value in request headers or by using an external browser plugin. Read more about this on <a class="reference external" href="https://github.com/Xonshiz/comic-dl/issues/299">#299</a>.</p></li>
<li><p>comic.naver.com has korean characters and some OS wont handle those
characters. So, instead of naming the file folder with the series
name in korean, the script will download and name the folder with the

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Opening An Issue/Requesting A Site &#8212; comic-dl 2022.04.09 documentation</title>
<title>Opening An Issue/Requesting A Site &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@ -87,13 +87,13 @@ want.</p>
<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="supported_sites.html">List of Supported Websites</a></li>
<li class="toctree-l1"><a class="reference internal" href="dependencies_installation.html">Dependencies Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_support.html">Python Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="windows_binary.html">Windows Binary</a></li>
<li class="toctree-l1"><a class="reference internal" href="list_of_arguments.html">List of Arguments</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html">Language Codes:</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html#language-code-language">Language Code &gt; Language</a></li>
<li class="toctree-l1"><a class="reference internal" href="using_the_search.html">Using The Search</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="auto_download.html">Auto Download</a></li>

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Python Support &#8212; comic-dl 2022.04.09 documentation</title>
<title>Python Support &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@ -57,13 +57,13 @@ long as you have all the dependencies installed.</p>
<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="supported_sites.html">List of Supported Websites</a></li>
<li class="toctree-l1"><a class="reference internal" href="dependencies_installation.html">Dependencies Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Python Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="windows_binary.html">Windows Binary</a></li>
<li class="toctree-l1"><a class="reference internal" href="list_of_arguments.html">List of Arguments</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html">Language Codes:</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html#language-code-language">Language Code &gt; Language</a></li>
<li class="toctree-l1"><a class="reference internal" href="using_the_search.html">Using The Search</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="auto_download.html">Auto Download</a></li>

View File

@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &#8212; comic-dl 2022.04.09 documentation</title>
<title>Search &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>List of Supported Websites &#8212; comic-dl 2022.04.09 documentation</title>
<title>List of Supported Websites &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@ -89,7 +89,6 @@
<li class="toctree-l1"><a class="reference internal" href="windows_binary.html">Windows Binary</a></li>
<li class="toctree-l1"><a class="reference internal" href="list_of_arguments.html">List of Arguments</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html">Language Codes:</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html#language-code-language">Language Code &gt; Language</a></li>
<li class="toctree-l1"><a class="reference internal" href="using_the_search.html">Using The Search</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="auto_download.html">Auto Download</a></li>

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Usage &#8212; comic-dl 2022.04.09 documentation</title>
<title>Usage &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Using The Search &#8212; comic-dl 2022.04.09 documentation</title>
<title>Using The Search &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@ -162,13 +162,13 @@ doesnt list those values in their JSON reply (weird).</p>
<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="supported_sites.html">List of Supported Websites</a></li>
<li class="toctree-l1"><a class="reference internal" href="dependencies_installation.html">Dependencies Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_support.html">Python Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="windows_binary.html">Windows Binary</a></li>
<li class="toctree-l1"><a class="reference internal" href="list_of_arguments.html">List of Arguments</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html">Language Codes:</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html#language-code-language">Language Code &gt; Language</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Using The Search</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#how-to-find-a-manga">How To Find A Manga:</a></li>
<li class="toctree-l2"><a class="reference internal" href="#getting-list-of-chapters-for-a-manga">Getting List Of Chapters For A Manga:</a></li>

View File

@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Windows Binary &#8212; comic-dl 2022.04.09 documentation</title>
<title>Windows Binary &#8212; comic-dl 2022.04.16 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@ -74,13 +74,13 @@ Arguments</a> section.</p>
<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="supported_sites.html">List of Supported Websites</a></li>
<li class="toctree-l1"><a class="reference internal" href="dependencies_installation.html">Dependencies Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_support.html">Python Support</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Windows Binary</a></li>
<li class="toctree-l1"><a class="reference internal" href="list_of_arguments.html">List of Arguments</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html">Language Codes:</a></li>
<li class="toctree-l1"><a class="reference internal" href="language_codes.html#language-code-language">Language Code &gt; Language</a></li>
<li class="toctree-l1"><a class="reference internal" href="using_the_search.html">Using The Search</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="auto_download.html">Auto Download</a></li>

View File

@ -34,3 +34,5 @@ Currently, the script supports these arguments :
[ Ex : -comic-info "Deadpool Classic" ] or [ Ex : -comic-info 3865 ]
--update Updates the comic database for the given argument.
[ Ex: --update "Deadpool Classic" ] or [ Ex: --update "https://readcomiconline.li/Comic/Deadpool-Classic" ]
-cookie, --cookie Passes a cookie to be used throughout the session.

View File

@ -1,6 +1,6 @@
Notes
=====
- Readcomiconline.li has been a pain to work with and it might block you out a lot. Now you can use `--cookie` parameter to pass a working cookie. You can retrieve the cookie by checking network tab for `Cookie` value in request headers or by using an external browser plugin.
- Readcomiconline.li has been a pain to work with and it might block you out a lot. Now you can use `--cookie` parameter to pass a working cookie. You can retrieve the cookie by checking network tab for `Cookie` value in request headers or by using an external browser plugin. Read more about this on `#299 <https://github.com/Xonshiz/comic-dl/issues/299>`__.
- comic.naver.com has korean characters and some OS wont handle those
characters. So, instead of naming the file folder with the series