mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-07-02 00:19:29 +02:00
Compare commits
118 Commits
Author | SHA1 | Date | |
---|---|---|---|
01c0e73849 | |||
57e9305849 | |||
6bd37f384c | |||
2c61fd3a3f | |||
cf4291d3c2 | |||
450e3689a0 | |||
b5deca2704 | |||
57dc4a58b9 | |||
1e1d03064b | |||
40a98881c6 | |||
a7848c3cd0 | |||
5df58780d9 | |||
56dace81f1 | |||
086e469275 | |||
1f76a8a70e | |||
5d294212e6 | |||
ef274a672b | |||
795f80752f | |||
53c23bb6dc | |||
8d5f12292c | |||
f3141d5726 | |||
475e4db9af | |||
263dba51f3 | |||
049ab4d9ad | |||
b173a6c28f | |||
b64b718c88 | |||
8317662664 | |||
13e60a69e9 | |||
b5acbc76fd | |||
1eb1b5c04c | |||
2acb6a1249 | |||
0660cb0fed | |||
680b004c24 | |||
6709af2a20 | |||
a3fead2852 | |||
0728dd8c6d | |||
9160b38c3f | |||
f74be0c665 | |||
c30f562a83 | |||
37547cc97f | |||
f6fb90aab5 | |||
50be89db44 | |||
fc0be35b2c | |||
5c3dace937 | |||
b2d622f11a | |||
0c8264bcc6 | |||
a6074242fb | |||
eb6df28fba | |||
1091ea3e0a | |||
0df51c83e5 | |||
c5fa98ebd1 | |||
3154a94c3d | |||
c47018251f | |||
74d0499092 | |||
7e56d9b901 | |||
8cbb334d36 | |||
db6d45efe0 | |||
d412794bce | |||
8eedbf077b | |||
c95ecdded4 | |||
489e8bf0f4 | |||
86c31f9b5e | |||
6f20405f47 | |||
c0143548d1 | |||
114c364f03 | |||
af26482b6d | |||
b8ea917db2 | |||
963f4d9ddf | |||
ef36e012ce | |||
16e8ce6f45 | |||
0632826827 | |||
8d2cd1974b | |||
8c176cd2ad | |||
f2c88e8ade | |||
2300744c5c | |||
7f30c84eff | |||
dda849b770 | |||
14b3c82248 | |||
4577e9df9a | |||
de157ccb7f | |||
126bbe8d49 | |||
8546b9e759 | |||
6ff9751c30 | |||
ddc4a20251 | |||
206aa3710a | |||
b5b201f61c | |||
eb8b41cd1d | |||
98bf88d638 | |||
0bc83982e4 | |||
99edcef9ac | |||
3ddd474aab | |||
f2573d5f10 | |||
147eec57cf | |||
f316c3243b | |||
967e0b4ff5 | |||
22cf2592dd | |||
caa0753adb | |||
0e14dd62d5 | |||
7c9693785e | |||
08ad73b683 | |||
a56d3ca18c | |||
c1975897d2 | |||
4ed596ff98 | |||
debf287fb0 | |||
308c5277b8 | |||
b425c883c7 | |||
7bf9507bd2 | |||
5f5245f70f | |||
45fb35b950 | |||
2271b83d93 | |||
0ee000edeb | |||
a47359f411 | |||
48c6fadc98 | |||
dbc834ea2e | |||
71177ff94e | |||
d1ed9b6980 | |||
42a09e2c1e | |||
e306d50b7e |
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,4 +4,5 @@ build
|
|||||||
dist/
|
dist/
|
||||||
*.egg-info
|
*.egg-info
|
||||||
.python-version
|
.python-version
|
||||||
|
.DS_Store
|
||||||
|
output/
|
||||||
|
12
.travis.yml
12
.travis.yml
@ -4,14 +4,18 @@ os:
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 2.6
|
- 3.6
|
||||||
- 3.3
|
- 3.5
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5.2
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- echo 268642 > /tmp/test.txt
|
||||||
|
- NHENTAI=https://nhentai.net nhentai --cookie '__cfduid=da09f237ceb0f51c75980b0b3fda3ce571558179357; _ga=GA1.2.2000087053.1558179358; _gid=GA1.2.717818542.1558179358; csrftoken=iSxrTFOjrujJqauhAqWvTTI9dl3sfWnxdEFoMuqgmlBrbMin5Gj9wJW4r61cmH1X; sessionid=ewuaayfewbzpiukrarx9d52oxwlz2esd'
|
||||||
- NHENTAI=https://nhentai.net nhentai --search umaru
|
- NHENTAI=https://nhentai.net nhentai --search umaru
|
||||||
- NHENTAI=https://nhentai.net nhentai --id=152503,146134 -t 10 --output=/tmp/
|
- NHENTAI=https://nhentai.net nhentai --id=152503,146134 -t 10 --output=/tmp/ --cbz
|
||||||
|
- NHENTAI=https://nhentai.net nhentai --tag lolicon
|
||||||
|
- NHENTAI=https://nhentai.net nhentai -F
|
||||||
|
- NHENTAI=https://nhentai.net nhentai --file /tmp/test.txt
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
include README.md
|
include README.md
|
||||||
include requirements.txt
|
include requirements.txt
|
||||||
|
include nhentai/viewer/index.html
|
||||||
|
include nhentai/viewer/styles.css
|
||||||
|
include nhentai/viewer/scripts.js
|
||||||
|
55
README.md
55
README.md
@ -1,55 +0,0 @@
|
|||||||
nhentai
|
|
||||||
=======
|
|
||||||
_ _ _ _
|
|
||||||
_ __ | | | | ___ _ __ | |_ __ _(_)
|
|
||||||
| '_ \| |_| |/ _ \ '_ \| __/ _` | |
|
|
||||||
| | | | _ | __/ | | | || (_| | |
|
|
||||||
|_| |_|_| |_|\___|_| |_|\__\__,_|_|
|
|
||||||
|
|
||||||
あなたも変態。 いいね?
|
|
||||||
[](https://travis-ci.org/RicterZ/nhentai)
|
|
||||||
|
|
||||||
🎉🎉 nhentai 现在支持 Windows 啦!
|
|
||||||
|
|
||||||
由于 [http://nhentai.net](http://nhentai.net) 下载下来的种子速度很慢,而且官方也提供在线观看本子的功能,所以可以利用本脚本下载本子。
|
|
||||||
### 安装
|
|
||||||
|
|
||||||
git clone https://github.com/RicterZ/nhentai
|
|
||||||
cd nhentai
|
|
||||||
python setup.py install
|
|
||||||
|
|
||||||
|
|
||||||
### 用法
|
|
||||||
+ 下载指定 id 列表的本子:
|
|
||||||
|
|
||||||
|
|
||||||
nhentai --id=123855,123866
|
|
||||||
|
|
||||||
|
|
||||||
+ 下载某关键词第一页的本子(不推荐):
|
|
||||||
|
|
||||||
|
|
||||||
nhentai --search="tomori" --page=1 --download
|
|
||||||
|
|
||||||
|
|
||||||
`-t, --thread`:指定下载的线程数,最多为 10 线程。
|
|
||||||
`--path`:指定下载文件的输出路径,默认为当前目录。
|
|
||||||
`--timeout`:指定下载图片的超时时间,默认为 30 秒。
|
|
||||||
`--proxy`:指定下载的代理,例如: http://127.0.0.1:8080/
|
|
||||||
|
|
||||||
### 自建 nhentai 镜像
|
|
||||||
如果想用自建镜像下载 nhentai 的本子,需要搭建 nhentai.net 和 i.nhentai.net 的反向代理。
|
|
||||||
例如用 h.loli.club 来做反向代理的话,需要 h.loli.club 反代 nhentai.net,i.h.loli.club 反带 i.nhentai.net。
|
|
||||||
然后利用环境变量来下载:
|
|
||||||
|
|
||||||
NHENTAI=http://h.loli.club nhentai --id 123456
|
|
||||||
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
### License
|
|
||||||
MIT
|
|
||||||
|
|
||||||
### あなたも変態
|
|
||||||

|
|
186
README.rst
Normal file
186
README.rst
Normal file
@ -0,0 +1,186 @@
|
|||||||
|
nhentai
|
||||||
|
=======
|
||||||
|
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
|
_ _ _ _
|
||||||
|
_ __ | | | | ___ _ __ | |_ __ _(_)
|
||||||
|
| '_ \| |_| |/ _ \ '_ \| __/ _` | |
|
||||||
|
| | | | _ | __/ | | | || (_| | |
|
||||||
|
|_| |_|_| |_|\___|_| |_|\__\__,_|_|
|
||||||
|
|
||||||
|
|
||||||
|
あなたも変態。 いいね?
|
||||||
|
|
||||||
|
|travis|
|
||||||
|
|pypi|
|
||||||
|
|license|
|
||||||
|
|
||||||
|
|
||||||
|
nHentai is a CLI tool for downloading doujinshi from <http://nhentai.net>
|
||||||
|
|
||||||
|
============
|
||||||
|
Installation
|
||||||
|
============
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
|
git clone https://github.com/RicterZ/nhentai
|
||||||
|
cd nhentai
|
||||||
|
python setup.py install
|
||||||
|
|
||||||
|
=====================
|
||||||
|
Installation (Gentoo)
|
||||||
|
=====================
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
|
layman -fa glicOne
|
||||||
|
sudo emerge net-misc/nhentai
|
||||||
|
|
||||||
|
=====
|
||||||
|
Usage
|
||||||
|
=====
|
||||||
|
**IMPORTANT**: To bypass the nhentai frequency limit, you should use `--cookie` option to store your cookie.
|
||||||
|
*The default download folder will be the path where you run the command (CLI path).*
|
||||||
|
|
||||||
|
|
||||||
|
Set your nhentai cookie against captcha:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
nhentai --cookie 'YOUR COOKIE FROM nhentai.net'
|
||||||
|
|
||||||
|
Download specified doujinshi:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
nhentai --id=123855,123866
|
||||||
|
|
||||||
|
Download doujinshi with ids specified in a file (doujinshi ids split by line):
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
nhentai --file=doujinshi.txt
|
||||||
|
|
||||||
|
Search a keyword and download the first page:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
nhentai --search="tomori" --page=1 --download
|
||||||
|
|
||||||
|
Download by tag name:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
nhentai --tag lolicon --download --page=2
|
||||||
|
|
||||||
|
Download your favorites with delay:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
nhentai --favorites --download --delay 1
|
||||||
|
|
||||||
|
Format output doujinshi folder name:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
nhentai --id 261100 --format '[%i]%s'
|
||||||
|
|
||||||
|
Supported doujinshi folder formatter:
|
||||||
|
|
||||||
|
- %i: Doujinshi id
|
||||||
|
- %t: Doujinshi name
|
||||||
|
- %s: Doujinshi subtitle (translated name)
|
||||||
|
- %a: Doujinshi authors' name
|
||||||
|
|
||||||
|
|
||||||
|
Other options:
|
||||||
|
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
|
Options:
|
||||||
|
# Operation options
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
-D, --download download doujinshi (for search results)
|
||||||
|
-S, --show just show the doujinshi information
|
||||||
|
|
||||||
|
# Doujinshi options
|
||||||
|
--id=ID doujinshi ids set, e.g. 1,2,3
|
||||||
|
-s KEYWORD, --search=KEYWORD
|
||||||
|
search doujinshi by keyword
|
||||||
|
--tag=TAG download doujinshi by tag
|
||||||
|
-F, --favorites list or download your favorites.
|
||||||
|
|
||||||
|
# Multi-page options
|
||||||
|
--page=PAGE page number of search results
|
||||||
|
--max-page=MAX_PAGE The max page when recursive download tagged doujinshi
|
||||||
|
|
||||||
|
# Download options
|
||||||
|
-o OUTPUT_DIR, --output=OUTPUT_DIR
|
||||||
|
output dir
|
||||||
|
-t THREADS, --threads=THREADS
|
||||||
|
thread count for downloading doujinshi
|
||||||
|
-T TIMEOUT, --timeout=TIMEOUT
|
||||||
|
timeout for downloading doujinshi
|
||||||
|
-d DELAY, --delay=DELAY
|
||||||
|
slow down between downloading every doujinshi
|
||||||
|
-p PROXY, --proxy=PROXY
|
||||||
|
uses a proxy, for example: http://127.0.0.1:1080
|
||||||
|
-f FILE, --file=FILE read gallery IDs from file.
|
||||||
|
--format=NAME_FORMAT format the saved folder name
|
||||||
|
|
||||||
|
# Generating options
|
||||||
|
--html generate a html viewer at current directory
|
||||||
|
--no-html don't generate HTML after downloading
|
||||||
|
-C, --cbz generate Comic Book CBZ File
|
||||||
|
--rm-origin-dir remove downloaded doujinshi dir when generated CBZ
|
||||||
|
file.
|
||||||
|
|
||||||
|
# nHentai options
|
||||||
|
--cookie=COOKIE set cookie of nhentai to bypass Google recaptcha
|
||||||
|
|
||||||
|
|
||||||
|
==============
|
||||||
|
nHentai Mirror
|
||||||
|
==============
|
||||||
|
If you want to use a mirror, you should set up a reverse proxy of `nhentai.net` and `i.nhentai.net`.
|
||||||
|
For example:
|
||||||
|
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
|
i.h.loli.club -> i.nhentai.net
|
||||||
|
h.loli.club -> nhentai.net
|
||||||
|
|
||||||
|
Set `NHENTAI` env var to your nhentai mirror.
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
NHENTAI=http://h.loli.club nhentai --id 123456
|
||||||
|
|
||||||
|
|
||||||
|
.. image:: ./images/search.png?raw=true
|
||||||
|
:alt: nhentai
|
||||||
|
:align: center
|
||||||
|
.. image:: ./images/download.png?raw=true
|
||||||
|
:alt: nhentai
|
||||||
|
:align: center
|
||||||
|
.. image:: ./images/viewer.png?raw=true
|
||||||
|
:alt: nhentai
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
============
|
||||||
|
あなたも変態
|
||||||
|
============
|
||||||
|
.. image:: ./images/image.jpg?raw=true
|
||||||
|
:alt: nhentai
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.. |travis| image:: https://travis-ci.org/RicterZ/nhentai.svg?branch=master
|
||||||
|
:target: https://travis-ci.org/RicterZ/nhentai
|
||||||
|
|
||||||
|
.. |pypi| image:: https://img.shields.io/pypi/dm/nhentai.svg
|
||||||
|
:target: https://pypi.org/project/nhentai/
|
||||||
|
|
||||||
|
.. |license| image:: https://img.shields.io/github/license/ricterz/nhentai.svg
|
||||||
|
:target: https://github.com/RicterZ/nhentai/blob/master/LICENSE
|
5
doujinshi.txt
Normal file
5
doujinshi.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
184212
|
||||||
|
204944
|
||||||
|
222460
|
||||||
|
244502
|
||||||
|
261909
|
0
images/image.jpg
Executable file → Normal file
0
images/image.jpg
Executable file → Normal file
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
BIN
images/viewer.png
Normal file
BIN
images/viewer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 311 KiB |
@ -1,3 +1,3 @@
|
|||||||
__version__ = '0.2.4'
|
__version__ = '0.3.4'
|
||||||
__author__ = 'Ricter'
|
__author__ = 'RicterZ'
|
||||||
__email__ = 'ricterzheng@gmail.com'
|
__email__ = 'ricterzheng@gmail.com'
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
import os
|
||||||
import sys
|
import sys
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
try:
|
try:
|
||||||
@ -8,47 +9,84 @@ except ImportError:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
import nhentai.constant as constant
|
import nhentai.constant as constant
|
||||||
from nhentai.utils import urlparse
|
from nhentai import __version__
|
||||||
|
from nhentai.utils import urlparse, generate_html
|
||||||
from nhentai.logger import logger
|
from nhentai.logger import logger
|
||||||
|
|
||||||
try:
|
try:
|
||||||
reload(sys)
|
if sys.version_info < (3, 0, 0):
|
||||||
sys.setdefaultencoding(sys.stdin.encoding)
|
import codecs
|
||||||
|
import locale
|
||||||
|
sys.stdout = codecs.getwriter(locale.getpreferredencoding())(sys.stdout)
|
||||||
|
sys.stderr = codecs.getwriter(locale.getpreferredencoding())(sys.stderr)
|
||||||
|
|
||||||
except NameError:
|
except NameError:
|
||||||
# python3
|
# python3
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def banner():
|
def banner():
|
||||||
logger.info(u'''nHentai: あなたも変態。 いいね?
|
logger.info(u'''nHentai ver %s: あなたも変態。 いいね?
|
||||||
_ _ _ _
|
_ _ _ _
|
||||||
_ __ | | | | ___ _ __ | |_ __ _(_)
|
_ __ | | | | ___ _ __ | |_ __ _(_)
|
||||||
| '_ \| |_| |/ _ \ '_ \| __/ _` | |
|
| '_ \| |_| |/ _ \ '_ \| __/ _` | |
|
||||||
| | | | _ | __/ | | | || (_| | |
|
| | | | _ | __/ | | | || (_| | |
|
||||||
|_| |_|_| |_|\___|_| |_|\__\__,_|_|
|
|_| |_|_| |_|\___|_| |_|\__\__,_|_|
|
||||||
''')
|
''' % __version__)
|
||||||
|
|
||||||
|
|
||||||
def cmd_parser():
|
def cmd_parser():
|
||||||
parser = OptionParser('\n nhentai --search [keyword] --download'
|
parser = OptionParser('\n nhentai --search [keyword] --download'
|
||||||
'\n NHENTAI=http://h.loli.club nhentai --id [ID ...]'
|
'\n NHENTAI=http://h.loli.club nhentai --id [ID ...]'
|
||||||
|
'\n nhentai --file [filename]'
|
||||||
'\n\nEnvironment Variable:\n'
|
'\n\nEnvironment Variable:\n'
|
||||||
' NHENTAI nhentai mirror url')
|
' NHENTAI nhentai mirror url')
|
||||||
parser.add_option('--download', dest='is_download', action='store_true', help='download doujinshi (for search result)')
|
# operation options
|
||||||
parser.add_option('--show-info', dest='is_show', action='store_true', help='just show the doujinshi information')
|
parser.add_option('--download', '-D', dest='is_download', action='store_true',
|
||||||
|
help='download doujinshi (for search results)')
|
||||||
|
parser.add_option('--show', '-S', dest='is_show', action='store_true', help='just show the doujinshi information')
|
||||||
|
|
||||||
|
# doujinshi options
|
||||||
parser.add_option('--id', type='string', dest='id', action='store', help='doujinshi ids set, e.g. 1,2,3')
|
parser.add_option('--id', type='string', dest='id', action='store', help='doujinshi ids set, e.g. 1,2,3')
|
||||||
parser.add_option('--search', type='string', dest='keyword', action='store', help='search doujinshi by keyword')
|
parser.add_option('--search', '-s', type='string', dest='keyword', action='store', help='search doujinshi by keyword')
|
||||||
|
parser.add_option('--tag', type='string', dest='tag', action='store', help='download doujinshi by tag')
|
||||||
|
parser.add_option('--favorites', '-F', action='store_true', dest='favorites',
|
||||||
|
help='list or download your favorites.')
|
||||||
|
|
||||||
|
# page options
|
||||||
parser.add_option('--page', type='int', dest='page', action='store', default=1,
|
parser.add_option('--page', type='int', dest='page', action='store', default=1,
|
||||||
help='page number of search result')
|
help='page number of search results')
|
||||||
parser.add_option('--tags', type='string', dest='tags', action='store', help='download doujinshi by tags')
|
parser.add_option('--max-page', type='int', dest='max_page', action='store', default=1,
|
||||||
parser.add_option('--output', type='string', dest='output_dir', action='store', default='',
|
help='The max page when recursive download tagged doujinshi')
|
||||||
|
|
||||||
|
# download options
|
||||||
|
parser.add_option('--output', '-o', type='string', dest='output_dir', action='store', default='',
|
||||||
help='output dir')
|
help='output dir')
|
||||||
parser.add_option('--threads', '-t', type='int', dest='threads', action='store', default=5,
|
parser.add_option('--threads', '-t', type='int', dest='threads', action='store', default=5,
|
||||||
help='thread count of download doujinshi')
|
help='thread count for downloading doujinshi')
|
||||||
parser.add_option('--timeout', type='int', dest='timeout', action='store', default=30,
|
parser.add_option('--timeout', '-T', type='int', dest='timeout', action='store', default=30,
|
||||||
help='timeout of download doujinshi')
|
help='timeout for downloading doujinshi')
|
||||||
parser.add_option('--proxy', type='string', dest='proxy', action='store', default='',
|
parser.add_option('--delay', '-d', type='int', dest='delay', action='store', default=0,
|
||||||
help='use proxy, example: http://127.0.0.1:1080')
|
help='slow down between downloading every doujinshi')
|
||||||
|
parser.add_option('--proxy', '-p', type='string', dest='proxy', action='store', default='',
|
||||||
|
help='uses a proxy, for example: http://127.0.0.1:1080')
|
||||||
|
parser.add_option('--file', '-f', type='string', dest='file', action='store', help='read gallery IDs from file.')
|
||||||
|
parser.add_option('--format', type='string', dest='name_format', action='store',
|
||||||
|
help='format the saved folder name', default='[%i][%a][%t]')
|
||||||
|
|
||||||
|
# generate options
|
||||||
|
parser.add_option('--html', dest='html_viewer', action='store_true',
|
||||||
|
help='generate a html viewer at current directory')
|
||||||
|
parser.add_option('--no-html', dest='is_nohtml', action='store_true',
|
||||||
|
help='don\'t generate HTML after downloading')
|
||||||
|
parser.add_option('--cbz', '-C', dest='is_cbz', action='store_true',
|
||||||
|
help='generate Comic Book CBZ File')
|
||||||
|
parser.add_option('--rm-origin-dir', dest='rm_origin_dir', action='store_true', default=False,
|
||||||
|
help='remove downloaded doujinshi dir when generated CBZ file.')
|
||||||
|
|
||||||
|
# nhentai options
|
||||||
|
parser.add_option('--cookie', type='str', dest='cookie', action='store',
|
||||||
|
help='set cookie of nhentai to bypass Google recaptcha')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
sys.argv = list(map(lambda x: unicode(x.decode(sys.stdin.encoding)), sys.argv))
|
sys.argv = list(map(lambda x: unicode(x.decode(sys.stdin.encoding)), sys.argv))
|
||||||
@ -59,35 +97,76 @@ def cmd_parser():
|
|||||||
|
|
||||||
args, _ = parser.parse_args(sys.argv[1:])
|
args, _ = parser.parse_args(sys.argv[1:])
|
||||||
|
|
||||||
if args.tags:
|
if args.html_viewer:
|
||||||
logger.warning('`--tags` is under construction')
|
generate_html()
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
|
if os.path.exists(os.path.join(constant.NHENTAI_HOME, 'cookie')):
|
||||||
|
with open(os.path.join(constant.NHENTAI_HOME, 'cookie'), 'r') as f:
|
||||||
|
constant.COOKIE = f.read()
|
||||||
|
|
||||||
|
if args.cookie:
|
||||||
|
try:
|
||||||
|
if not os.path.exists(constant.NHENTAI_HOME):
|
||||||
|
os.mkdir(constant.NHENTAI_HOME)
|
||||||
|
|
||||||
|
with open(os.path.join(constant.NHENTAI_HOME, 'cookie'), 'w') as f:
|
||||||
|
f.write(args.cookie)
|
||||||
|
except Exception as e:
|
||||||
|
logger.error('Cannot create NHENTAI_HOME: {}'.format(str(e)))
|
||||||
|
exit(1)
|
||||||
|
|
||||||
|
logger.info('Cookie saved.')
|
||||||
|
exit(0)
|
||||||
|
|
||||||
|
'''
|
||||||
|
if args.login:
|
||||||
|
try:
|
||||||
|
_, _ = args.login.split(':', 1)
|
||||||
|
except ValueError:
|
||||||
|
logger.error('Invalid `username:password` pair.')
|
||||||
|
exit(1)
|
||||||
|
|
||||||
|
if not args.is_download:
|
||||||
|
logger.warning('YOU DO NOT SPECIFY `--download` OPTION !!!')
|
||||||
|
'''
|
||||||
|
|
||||||
|
if args.favorites:
|
||||||
|
if not constant.COOKIE:
|
||||||
|
logger.warning('Cookie has not been set, please use `nhentai --cookie \'COOKIE\'` to set it.')
|
||||||
|
exit(1)
|
||||||
|
|
||||||
if args.id:
|
if args.id:
|
||||||
_ = map(lambda id: id.strip(), args.id.split(','))
|
_ = map(lambda id_: id_.strip(), args.id.split(','))
|
||||||
args.id = set(map(int, filter(lambda id: id.isdigit(), _)))
|
args.id = set(map(int, filter(lambda id_: id_.isdigit(), _)))
|
||||||
|
|
||||||
if (args.is_download or args.is_show) and not args.id and not args.keyword:
|
if args.file:
|
||||||
|
with open(args.file, 'r') as f:
|
||||||
|
_ = map(lambda id: id.strip(), f.readlines())
|
||||||
|
args.id = set(map(int, filter(lambda id_: id_.isdigit(), _)))
|
||||||
|
|
||||||
|
if (args.is_download or args.is_show) and not args.id and not args.keyword and \
|
||||||
|
not args.tag and not args.favorites:
|
||||||
logger.critical('Doujinshi id(s) are required for downloading')
|
logger.critical('Doujinshi id(s) are required for downloading')
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
exit(0)
|
exit(1)
|
||||||
|
|
||||||
if not args.keyword and not args.id:
|
if not args.keyword and not args.id and not args.tag and not args.favorites:
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
exit(0)
|
exit(1)
|
||||||
|
|
||||||
if args.threads <= 0:
|
if args.threads <= 0:
|
||||||
args.threads = 1
|
args.threads = 1
|
||||||
|
|
||||||
elif args.threads > 15:
|
elif args.threads > 15:
|
||||||
logger.critical('Maximum number of used threads is 15')
|
logger.critical('Maximum number of used threads is 15')
|
||||||
exit(0)
|
exit(1)
|
||||||
|
|
||||||
if args.proxy:
|
if args.proxy:
|
||||||
proxy_url = urlparse(args.proxy)
|
proxy_url = urlparse(args.proxy)
|
||||||
if proxy_url.scheme not in ('http', 'https'):
|
if proxy_url.scheme not in ('http', 'https'):
|
||||||
logger.error('Invalid protocol \'{0}\' of proxy, ignored'.format(proxy_url.scheme))
|
logger.error('Invalid protocol \'{0}\' of proxy, ignored'.format(proxy_url.scheme))
|
||||||
else:
|
else:
|
||||||
constant.PROXY = {proxy_url.scheme: args.proxy}
|
constant.PROXY = {'http': args.proxy, 'https': args.proxy}
|
||||||
|
|
||||||
return args
|
return args
|
||||||
|
@ -3,13 +3,15 @@
|
|||||||
from __future__ import unicode_literals, print_function
|
from __future__ import unicode_literals, print_function
|
||||||
import signal
|
import signal
|
||||||
import platform
|
import platform
|
||||||
|
import time
|
||||||
|
|
||||||
from nhentai.cmdline import cmd_parser, banner
|
from nhentai.cmdline import cmd_parser, banner
|
||||||
from nhentai.parser import doujinshi_parser, search_parser, print_doujinshi
|
from nhentai.parser import doujinshi_parser, search_parser, print_doujinshi, favorites_parser, tag_parser, login
|
||||||
from nhentai.doujinshi import Doujinshi
|
from nhentai.doujinshi import Doujinshi
|
||||||
from nhentai.downloader import Downloader
|
from nhentai.downloader import Downloader
|
||||||
from nhentai.logger import logger
|
from nhentai.logger import logger
|
||||||
from nhentai.constant import BASE_URL
|
from nhentai.constant import BASE_URL
|
||||||
|
from nhentai.utils import generate_html, generate_cbz
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
@ -20,31 +22,48 @@ def main():
|
|||||||
doujinshi_ids = []
|
doujinshi_ids = []
|
||||||
doujinshi_list = []
|
doujinshi_list = []
|
||||||
|
|
||||||
if options.keyword:
|
if options.favorites:
|
||||||
|
if not options.is_download:
|
||||||
|
logger.warning('You do not specify --download option')
|
||||||
|
|
||||||
|
doujinshi_ids = favorites_parser()
|
||||||
|
|
||||||
|
elif options.tag:
|
||||||
|
doujinshis = tag_parser(options.tag, max_page=options.max_page)
|
||||||
|
print_doujinshi(doujinshis)
|
||||||
|
if options.is_download and doujinshis:
|
||||||
|
doujinshi_ids = map(lambda d: d['id'], doujinshis)
|
||||||
|
|
||||||
|
elif options.keyword:
|
||||||
doujinshis = search_parser(options.keyword, options.page)
|
doujinshis = search_parser(options.keyword, options.page)
|
||||||
print_doujinshi(doujinshis)
|
print_doujinshi(doujinshis)
|
||||||
if options.is_download:
|
if options.is_download:
|
||||||
doujinshi_ids = map(lambda d: d['id'], doujinshis)
|
doujinshi_ids = map(lambda d: d['id'], doujinshis)
|
||||||
else:
|
|
||||||
|
elif not doujinshi_ids:
|
||||||
doujinshi_ids = options.id
|
doujinshi_ids = options.id
|
||||||
|
|
||||||
if doujinshi_ids:
|
if doujinshi_ids:
|
||||||
for id in doujinshi_ids:
|
for id_ in doujinshi_ids:
|
||||||
doujinshi_info = doujinshi_parser(id)
|
if options.delay:
|
||||||
doujinshi_list.append(Doujinshi(**doujinshi_info))
|
time.sleep(options.delay)
|
||||||
else:
|
doujinshi_info = doujinshi_parser(id_)
|
||||||
exit(0)
|
doujinshi_list.append(Doujinshi(name_format=options.name_format, **doujinshi_info))
|
||||||
|
|
||||||
if not options.is_show:
|
if not options.is_show:
|
||||||
downloader = Downloader(path=options.output_dir,
|
downloader = Downloader(path=options.output_dir,
|
||||||
thread=options.threads, timeout=options.timeout)
|
thread=options.threads, timeout=options.timeout, delay=options.delay)
|
||||||
|
|
||||||
for doujinshi in doujinshi_list:
|
for doujinshi in doujinshi_list:
|
||||||
doujinshi.downloader = downloader
|
doujinshi.downloader = downloader
|
||||||
doujinshi.download()
|
doujinshi.download()
|
||||||
|
if not options.is_nohtml and not options.is_cbz:
|
||||||
|
generate_html(options.output_dir, doujinshi)
|
||||||
|
elif options.is_cbz:
|
||||||
|
generate_cbz(options.output_dir, doujinshi, options.rm_origin_dir)
|
||||||
|
|
||||||
if not platform.system() == 'Windows':
|
if not platform.system() == 'Windows':
|
||||||
logger.log(15, '🍺 All done.')
|
logger.log(15, '🍻 All done.')
|
||||||
else:
|
else:
|
||||||
logger.log(15, 'All done.')
|
logger.log(15, 'All done.')
|
||||||
|
|
||||||
@ -53,7 +72,7 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
def signal_handler(signal, frame):
|
def signal_handler(signal, frame):
|
||||||
logger.error('Ctrl-C signal received. Quit.')
|
logger.error('Ctrl-C signal received. Stopping...')
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,14 +1,28 @@
|
|||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
from __future__ import unicode_literals, print_function
|
from __future__ import unicode_literals, print_function
|
||||||
import os
|
import os
|
||||||
|
import tempfile
|
||||||
from nhentai.utils import urlparse
|
from nhentai.utils import urlparse
|
||||||
|
|
||||||
BASE_URL = os.getenv('NHENTAI', 'https://nhentai.net')
|
BASE_URL = os.getenv('NHENTAI', 'https://nhentai.net')
|
||||||
|
|
||||||
|
__api_suspended_DETAIL_URL = '%s/api/gallery' % BASE_URL
|
||||||
|
__api_suspended_SEARCH_URL = '%s/api/galleries/search' % BASE_URL
|
||||||
|
|
||||||
DETAIL_URL = '%s/g' % BASE_URL
|
DETAIL_URL = '%s/g' % BASE_URL
|
||||||
SEARCH_URL = '%s/search/' % BASE_URL
|
SEARCH_URL = '%s/search/' % BASE_URL
|
||||||
|
|
||||||
|
TAG_URL = '%s/tag' % BASE_URL
|
||||||
|
TAG_API_URL = '%s/api/galleries/tagged' % BASE_URL
|
||||||
|
LOGIN_URL = '%s/login/' % BASE_URL
|
||||||
|
CHALLENGE_URL = '%s/challenge' % BASE_URL
|
||||||
|
FAV_URL = '%s/favorites/' % BASE_URL
|
||||||
|
|
||||||
u = urlparse(BASE_URL)
|
u = urlparse(BASE_URL)
|
||||||
IMAGE_URL = '%s://i.%s/galleries' % (u.scheme, u.hostname)
|
IMAGE_URL = '%s://i.%s/galleries' % (u.scheme, u.hostname)
|
||||||
|
|
||||||
|
NHENTAI_HOME = os.path.join(os.getenv('HOME', tempfile.gettempdir()), '.nhentai')
|
||||||
|
|
||||||
PROXY = {}
|
PROXY = {}
|
||||||
|
|
||||||
|
COOKIE = ''
|
||||||
|
@ -5,6 +5,14 @@ from future.builtins import range
|
|||||||
|
|
||||||
from nhentai.constant import DETAIL_URL, IMAGE_URL
|
from nhentai.constant import DETAIL_URL, IMAGE_URL
|
||||||
from nhentai.logger import logger
|
from nhentai.logger import logger
|
||||||
|
from nhentai.utils import format_filename
|
||||||
|
|
||||||
|
|
||||||
|
EXT_MAP = {
|
||||||
|
'j': 'jpg',
|
||||||
|
'p': 'png',
|
||||||
|
'g': 'gif',
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
class DoujinshiInfo(dict):
|
class DoujinshiInfo(dict):
|
||||||
@ -19,7 +27,7 @@ class DoujinshiInfo(dict):
|
|||||||
|
|
||||||
|
|
||||||
class Doujinshi(object):
|
class Doujinshi(object):
|
||||||
def __init__(self, name=None, id=None, img_id=None, ext='jpg', pages=0, **kwargs):
|
def __init__(self, name=None, id=None, img_id=None, ext='', pages=0, name_format='[%i][%a][%t]', **kwargs):
|
||||||
self.name = name
|
self.name = name
|
||||||
self.id = id
|
self.id = id
|
||||||
self.img_id = img_id
|
self.img_id = img_id
|
||||||
@ -29,6 +37,12 @@ class Doujinshi(object):
|
|||||||
self.url = '%s/%d' % (DETAIL_URL, self.id)
|
self.url = '%s/%d' % (DETAIL_URL, self.id)
|
||||||
self.info = DoujinshiInfo(**kwargs)
|
self.info = DoujinshiInfo(**kwargs)
|
||||||
|
|
||||||
|
name_format = name_format.replace('%i', str(self.id))
|
||||||
|
name_format = name_format.replace('%a', self.info.artists)
|
||||||
|
name_format = name_format.replace('%t', self.name)
|
||||||
|
name_format = name_format.replace('%s', self.info.subtitle)
|
||||||
|
self.filename = name_format
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return '<Doujinshi: {0}>'.format(self.name)
|
return '<Doujinshi: {0}>'.format(self.name)
|
||||||
|
|
||||||
@ -36,7 +50,7 @@ class Doujinshi(object):
|
|||||||
table = [
|
table = [
|
||||||
["Doujinshi", self.name],
|
["Doujinshi", self.name],
|
||||||
["Subtitle", self.info.subtitle],
|
["Subtitle", self.info.subtitle],
|
||||||
["Characters", self.info.characters],
|
["Characters", self.info.character],
|
||||||
["Authors", self.info.artists],
|
["Authors", self.info.artists],
|
||||||
["Language", self.info.language],
|
["Language", self.info.language],
|
||||||
["Tags", self.info.tags],
|
["Tags", self.info.tags],
|
||||||
@ -46,14 +60,25 @@ class Doujinshi(object):
|
|||||||
logger.info(u'Print doujinshi information of {0}\n{1}'.format(self.id, tabulate(table)))
|
logger.info(u'Print doujinshi information of {0}\n{1}'.format(self.id, tabulate(table)))
|
||||||
|
|
||||||
def download(self):
|
def download(self):
|
||||||
logger.info('Start download doujinshi: %s' % self.name)
|
logger.info('Starting to download doujinshi: %s' % self.name)
|
||||||
if self.downloader:
|
if self.downloader:
|
||||||
download_queue = []
|
download_queue = []
|
||||||
for i in range(1, self.pages + 1):
|
|
||||||
download_queue.append('%s/%d/%d.%s' % (IMAGE_URL, int(self.img_id), i, self.ext))
|
if len(self.ext) != self.pages:
|
||||||
self.downloader.download(download_queue, self.id)
|
logger.warning('Page count and ext count do not equal')
|
||||||
|
|
||||||
|
for i in range(1, min(self.pages, len(self.ext)) + 1):
|
||||||
|
download_queue.append('%s/%d/%d.%s' % (IMAGE_URL, int(self.img_id), i, self.ext[i-1]))
|
||||||
|
|
||||||
|
self.downloader.download(download_queue, self.filename)
|
||||||
|
|
||||||
|
'''
|
||||||
|
for i in range(len(self.ext)):
|
||||||
|
download_queue.append('%s/%d/%d.%s' % (IMAGE_URL, int(self.img_id), i+1, EXT_MAP[self.ext[i]]))
|
||||||
|
'''
|
||||||
|
|
||||||
else:
|
else:
|
||||||
logger.critical('Downloader has not be loaded')
|
logger.critical('Downloader has not been loaded')
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
@ -4,6 +4,8 @@ from future.builtins import str as text
|
|||||||
import os
|
import os
|
||||||
import requests
|
import requests
|
||||||
import threadpool
|
import threadpool
|
||||||
|
import time
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
except ImportError:
|
except ImportError:
|
||||||
@ -14,29 +16,58 @@ from nhentai.parser import request
|
|||||||
from nhentai.utils import Singleton
|
from nhentai.utils import Singleton
|
||||||
|
|
||||||
|
|
||||||
|
requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
|
|
||||||
class NhentaiImageNotExistException(Exception):
|
class NhentaiImageNotExistException(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class Downloader(Singleton):
|
class Downloader(Singleton):
|
||||||
|
|
||||||
def __init__(self, path='', thread=1, timeout=30):
|
def __init__(self, path='', thread=1, timeout=30, delay=0):
|
||||||
if not isinstance(thread, (int, )) or thread < 1 or thread > 15:
|
if not isinstance(thread, (int, )) or thread < 1 or thread > 15:
|
||||||
raise ValueError('Invalid threads count')
|
raise ValueError('Invalid threads count')
|
||||||
self.path = str(path)
|
self.path = str(path)
|
||||||
self.thread_count = thread
|
self.thread_count = thread
|
||||||
self.threads = []
|
self.threads = []
|
||||||
|
self.thread_pool = None
|
||||||
self.timeout = timeout
|
self.timeout = timeout
|
||||||
|
self.delay = delay
|
||||||
|
|
||||||
def _download(self, url, folder='', filename='', retried=0):
|
def _download(self, url, folder='', filename='', retried=0):
|
||||||
logger.info('Start downloading: {0} ...'.format(url))
|
if self.delay:
|
||||||
|
time.sleep(self.delay)
|
||||||
|
logger.info('Starting to download {0} ...'.format(url))
|
||||||
filename = filename if filename else os.path.basename(urlparse(url).path)
|
filename = filename if filename else os.path.basename(urlparse(url).path)
|
||||||
base_filename, extension = os.path.splitext(filename)
|
base_filename, extension = os.path.splitext(filename)
|
||||||
try:
|
try:
|
||||||
|
if os.path.exists(os.path.join(folder, base_filename.zfill(3) + extension)):
|
||||||
|
logger.warning('File: {0} exists, ignoring'.format(os.path.join(folder, base_filename.zfill(3) +
|
||||||
|
extension)))
|
||||||
|
return 1, url
|
||||||
|
|
||||||
|
response = None
|
||||||
with open(os.path.join(folder, base_filename.zfill(3) + extension), "wb") as f:
|
with open(os.path.join(folder, base_filename.zfill(3) + extension), "wb") as f:
|
||||||
response = request('get', url, stream=True, timeout=self.timeout)
|
i = 0
|
||||||
if response.status_code != 200:
|
while i < 10:
|
||||||
raise NhentaiImageNotExistException
|
try:
|
||||||
|
response = request('get', url, stream=True, timeout=self.timeout)
|
||||||
|
if response.status_code != 200:
|
||||||
|
raise NhentaiImageNotExistException
|
||||||
|
|
||||||
|
except NhentaiImageNotExistException as e:
|
||||||
|
raise e
|
||||||
|
|
||||||
|
except Exception as e:
|
||||||
|
i += 1
|
||||||
|
if not i < 10:
|
||||||
|
logger.critical(str(e))
|
||||||
|
return 0, None
|
||||||
|
continue
|
||||||
|
|
||||||
|
break
|
||||||
|
|
||||||
length = response.headers.get('content-length')
|
length = response.headers.get('content-length')
|
||||||
if length is None:
|
if length is None:
|
||||||
f.write(response.content)
|
f.write(response.content)
|
||||||
@ -44,7 +75,7 @@ class Downloader(Singleton):
|
|||||||
for chunk in response.iter_content(2048):
|
for chunk in response.iter_content(2048):
|
||||||
f.write(chunk)
|
f.write(chunk)
|
||||||
|
|
||||||
except requests.HTTPError as e:
|
except (requests.HTTPError, requests.Timeout) as e:
|
||||||
if retried < 3:
|
if retried < 3:
|
||||||
logger.warning('Warning: {0}, retrying({1}) ...'.format(str(e), retried))
|
logger.warning('Warning: {0}, retrying({1}) ...'.format(str(e), retried))
|
||||||
return 0, self._download(url=url, folder=folder, filename=filename, retried=retried+1)
|
return 0, self._download(url=url, folder=folder, filename=filename, retried=retried+1)
|
||||||
@ -64,22 +95,22 @@ class Downloader(Singleton):
|
|||||||
def _download_callback(self, request, result):
|
def _download_callback(self, request, result):
|
||||||
result, data = result
|
result, data = result
|
||||||
if result == 0:
|
if result == 0:
|
||||||
logger.critical('fatal errors occurred, quit.')
|
logger.warning('fatal errors occurred, ignored')
|
||||||
exit(1)
|
# exit(1)
|
||||||
elif result == -1:
|
elif result == -1:
|
||||||
logger.warning('url {} return status code 404'.format(data))
|
logger.warning('url {} return status code 404'.format(data))
|
||||||
else:
|
else:
|
||||||
logger.log(15, '{0} download successfully'.format(data))
|
logger.log(15, '{0} downloaded successfully'.format(data))
|
||||||
|
|
||||||
def download(self, queue, folder=''):
|
def download(self, queue, folder=''):
|
||||||
if not isinstance(folder, (text)):
|
if not isinstance(folder, text):
|
||||||
folder = str(folder)
|
folder = str(folder)
|
||||||
|
|
||||||
if self.path:
|
if self.path:
|
||||||
folder = os.path.join(self.path, folder)
|
folder = os.path.join(self.path, folder)
|
||||||
|
|
||||||
if not os.path.exists(folder):
|
if not os.path.exists(folder):
|
||||||
logger.warn('Path \'{0}\' not exist.'.format(folder))
|
logger.warn('Path \'{0}\' does not exist, creating.'.format(folder))
|
||||||
try:
|
try:
|
||||||
os.makedirs(folder)
|
os.makedirs(folder)
|
||||||
except EnvironmentError as e:
|
except EnvironmentError as e:
|
||||||
|
@ -104,7 +104,10 @@ class ColorizingStreamHandler(logging.StreamHandler):
|
|||||||
text = parts.pop(0)
|
text = parts.pop(0)
|
||||||
|
|
||||||
if text:
|
if text:
|
||||||
write(text)
|
if sys.version_info < (3, 0, 0):
|
||||||
|
write(text.encode('utf-8'))
|
||||||
|
else:
|
||||||
|
write(text)
|
||||||
|
|
||||||
if parts:
|
if parts:
|
||||||
params = parts.pop(0)
|
params = parts.pop(0)
|
||||||
|
@ -1,20 +1,108 @@
|
|||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
from __future__ import unicode_literals, print_function
|
from __future__ import unicode_literals, print_function
|
||||||
|
|
||||||
from bs4 import BeautifulSoup
|
import os
|
||||||
import re
|
import re
|
||||||
|
import threadpool
|
||||||
import requests
|
import requests
|
||||||
|
import time
|
||||||
|
from bs4 import BeautifulSoup
|
||||||
from tabulate import tabulate
|
from tabulate import tabulate
|
||||||
|
|
||||||
import nhentai.constant as constant
|
import nhentai.constant as constant
|
||||||
from nhentai.logger import logger
|
from nhentai.logger import logger
|
||||||
|
|
||||||
|
|
||||||
def request(method, url, **kwargs):
|
session = requests.Session()
|
||||||
if not hasattr(requests, method):
|
session.headers.update({
|
||||||
raise AttributeError('\'requests\' object has no attribute \'{0}\''.format(method))
|
'Referer': constant.LOGIN_URL,
|
||||||
|
'User-Agent': 'nhentai command line client (https://github.com/RicterZ/nhentai)',
|
||||||
|
})
|
||||||
|
|
||||||
return requests.__dict__[method](url, proxies=constant.PROXY, verify=False, **kwargs)
|
|
||||||
|
def request(method, url, **kwargs):
|
||||||
|
global session
|
||||||
|
if not hasattr(session, method):
|
||||||
|
raise AttributeError('\'requests.Session\' object has no attribute \'{0}\''.format(method))
|
||||||
|
|
||||||
|
session.headers.update({'Cookie': constant.COOKIE})
|
||||||
|
return getattr(session, method)(url, proxies=constant.PROXY, verify=False, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
|
def _get_csrf_token(content):
|
||||||
|
html = BeautifulSoup(content, 'html.parser')
|
||||||
|
csrf_token_elem = html.find('input', attrs={'name': 'csrfmiddlewaretoken'})
|
||||||
|
if not csrf_token_elem:
|
||||||
|
raise Exception('Cannot find csrf token to login')
|
||||||
|
return csrf_token_elem.attrs['value']
|
||||||
|
|
||||||
|
|
||||||
|
def login(username, password):
|
||||||
|
logger.warning('This feature is deprecated, please use --cookie to set your cookie.')
|
||||||
|
csrf_token = _get_csrf_token(request('get', url=constant.LOGIN_URL).text)
|
||||||
|
if os.getenv('DEBUG'):
|
||||||
|
logger.info('Getting CSRF token ...')
|
||||||
|
|
||||||
|
if os.getenv('DEBUG'):
|
||||||
|
logger.info('CSRF token is {}'.format(csrf_token))
|
||||||
|
|
||||||
|
login_dict = {
|
||||||
|
'csrfmiddlewaretoken': csrf_token,
|
||||||
|
'username_or_email': username,
|
||||||
|
'password': password,
|
||||||
|
}
|
||||||
|
resp = request('post', url=constant.LOGIN_URL, data=login_dict)
|
||||||
|
|
||||||
|
if 'You\'re loading pages way too quickly.' in resp.text or 'Really, slow down' in resp.text:
|
||||||
|
csrf_token = _get_csrf_token(resp.text)
|
||||||
|
resp = request('post', url=resp.url, data={'csrfmiddlewaretoken': csrf_token, 'next': '/'})
|
||||||
|
|
||||||
|
if 'Invalid username/email or password' in resp.text:
|
||||||
|
logger.error('Login failed, please check your username and password')
|
||||||
|
exit(1)
|
||||||
|
|
||||||
|
if 'You\'re loading pages way too quickly.' in resp.text or 'Really, slow down' in resp.text:
|
||||||
|
logger.error('Using nhentai --cookie \'YOUR_COOKIE_HERE\' to save your Cookie.')
|
||||||
|
exit(2)
|
||||||
|
|
||||||
|
|
||||||
|
def favorites_parser():
|
||||||
|
html = BeautifulSoup(request('get', constant.FAV_URL).content, 'html.parser')
|
||||||
|
count = html.find('span', attrs={'class': 'count'})
|
||||||
|
if not count:
|
||||||
|
logger.error("Can't get your number of favorited doujins. Did the login failed?")
|
||||||
|
return []
|
||||||
|
|
||||||
|
count = int(count.text.strip('(').strip(')').replace(',', ''))
|
||||||
|
if count == 0:
|
||||||
|
logger.warning('No favorites found')
|
||||||
|
return []
|
||||||
|
pages = int(count / 25)
|
||||||
|
|
||||||
|
if pages:
|
||||||
|
pages += 1 if count % (25 * pages) else 0
|
||||||
|
else:
|
||||||
|
pages = 1
|
||||||
|
|
||||||
|
logger.info('You have %d favorites in %d pages.' % (count, pages))
|
||||||
|
|
||||||
|
if os.getenv('DEBUG'):
|
||||||
|
pages = 1
|
||||||
|
|
||||||
|
ret = []
|
||||||
|
doujinshi_id = re.compile('data-id="([\d]+)"')
|
||||||
|
|
||||||
|
for page in range(1, pages + 1):
|
||||||
|
try:
|
||||||
|
logger.info('Getting doujinshi ids of page %d' % page)
|
||||||
|
resp = request('get', constant.FAV_URL + '?page=%d' % page).text
|
||||||
|
ids = doujinshi_id.findall(resp)
|
||||||
|
ret.extend(ids)
|
||||||
|
|
||||||
|
except Exception as e:
|
||||||
|
logger.error('Error: %s, continue', str(e))
|
||||||
|
|
||||||
|
return ret
|
||||||
|
|
||||||
|
|
||||||
def doujinshi_parser(id_):
|
def doujinshi_parser(id_):
|
||||||
@ -28,10 +116,17 @@ def doujinshi_parser(id_):
|
|||||||
url = '{0}/{1}/'.format(constant.DETAIL_URL, id_)
|
url = '{0}/{1}/'.format(constant.DETAIL_URL, id_)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
response = request('get', url).content
|
response = request('get', url)
|
||||||
|
if response.status_code in (200, ):
|
||||||
|
response = response.content
|
||||||
|
else:
|
||||||
|
logger.debug('Slow down and retry ({}) ...'.format(id_))
|
||||||
|
time.sleep(1)
|
||||||
|
return doujinshi_parser(str(id_))
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.critical(str(e))
|
logger.critical(str(e))
|
||||||
exit(1)
|
raise SystemExit
|
||||||
|
|
||||||
html = BeautifulSoup(response, 'html.parser')
|
html = BeautifulSoup(response, 'html.parser')
|
||||||
doujinshi_info = html.find('div', attrs={'id': 'info'})
|
doujinshi_info = html.find('div', attrs={'id': 'info'})
|
||||||
@ -43,13 +138,19 @@ def doujinshi_parser(id_):
|
|||||||
doujinshi['subtitle'] = subtitle.text if subtitle else ''
|
doujinshi['subtitle'] = subtitle.text if subtitle else ''
|
||||||
|
|
||||||
doujinshi_cover = html.find('div', attrs={'id': 'cover'})
|
doujinshi_cover = html.find('div', attrs={'id': 'cover'})
|
||||||
img_id = re.search('/galleries/([\d]+)/cover\.(jpg|png)$', doujinshi_cover.a.img['src'])
|
img_id = re.search('/galleries/([\d]+)/cover\.(jpg|png)$', doujinshi_cover.a.img.attrs['data-src'])
|
||||||
|
|
||||||
|
ext = []
|
||||||
|
for i in html.find_all('div', attrs={'class': 'thumb-container'}):
|
||||||
|
_, ext_name = os.path.basename(i.img.attrs['data-src']).rsplit('.', 1)
|
||||||
|
ext.append(ext_name)
|
||||||
|
|
||||||
if not img_id:
|
if not img_id:
|
||||||
logger.critical('Tried yo get image id failed')
|
logger.critical('Tried yo get image id failed')
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
doujinshi['img_id'] = img_id.group(1)
|
doujinshi['img_id'] = img_id.group(1)
|
||||||
doujinshi['ext'] = img_id.group(2)
|
doujinshi['ext'] = ext
|
||||||
|
|
||||||
pages = 0
|
pages = 0
|
||||||
for _ in doujinshi_info.find_all('div', class_=''):
|
for _ in doujinshi_info.find_all('div', class_=''):
|
||||||
@ -80,14 +181,14 @@ def search_parser(keyword, page):
|
|||||||
except requests.ConnectionError as e:
|
except requests.ConnectionError as e:
|
||||||
logger.critical(e)
|
logger.critical(e)
|
||||||
logger.warn('If you are in China, please configure the proxy to fu*k GFW.')
|
logger.warn('If you are in China, please configure the proxy to fu*k GFW.')
|
||||||
exit(1)
|
raise SystemExit
|
||||||
|
|
||||||
html = BeautifulSoup(response, 'html.parser')
|
html = BeautifulSoup(response, 'html.parser')
|
||||||
doujinshi_search_result = html.find_all('div', attrs={'class': 'gallery'})
|
doujinshi_search_result = html.find_all('div', attrs={'class': 'gallery'})
|
||||||
for doujinshi in doujinshi_search_result:
|
for doujinshi in doujinshi_search_result:
|
||||||
doujinshi_container = doujinshi.find('div', attrs={'class': 'caption'})
|
doujinshi_container = doujinshi.find('div', attrs={'class': 'caption'})
|
||||||
title = doujinshi_container.text.strip()
|
title = doujinshi_container.text.strip()
|
||||||
title = (title[:85] + '..') if len(title) > 85 else title
|
title = title if len(title) < 85 else title[:82] + '...'
|
||||||
id_ = re.search('/g/(\d+)/', doujinshi.a['href']).group(1)
|
id_ = re.search('/g/(\d+)/', doujinshi.a['href']).group(1)
|
||||||
result.append({'id': id_, 'title': title})
|
result.append({'id': id_, 'title': title})
|
||||||
if not result:
|
if not result:
|
||||||
@ -96,6 +197,83 @@ def search_parser(keyword, page):
|
|||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
||||||
|
def __api_suspended_doujinshi_parser(id_):
|
||||||
|
if not isinstance(id_, (int,)) and (isinstance(id_, (str,)) and not id_.isdigit()):
|
||||||
|
raise Exception('Doujinshi id({0}) is not valid'.format(id_))
|
||||||
|
|
||||||
|
id_ = int(id_)
|
||||||
|
logger.log(15, 'Fetching information of doujinshi id {0}'.format(id_))
|
||||||
|
doujinshi = dict()
|
||||||
|
doujinshi['id'] = id_
|
||||||
|
url = '{0}/{1}'.format(constant.DETAIL_URL, id_)
|
||||||
|
i = 0
|
||||||
|
while 5 > i:
|
||||||
|
try:
|
||||||
|
response = request('get', url).json()
|
||||||
|
except Exception as e:
|
||||||
|
i += 1
|
||||||
|
if not i < 5:
|
||||||
|
logger.critical(str(e))
|
||||||
|
exit(1)
|
||||||
|
continue
|
||||||
|
break
|
||||||
|
|
||||||
|
doujinshi['name'] = response['title']['english']
|
||||||
|
doujinshi['subtitle'] = response['title']['japanese']
|
||||||
|
doujinshi['img_id'] = response['media_id']
|
||||||
|
doujinshi['ext'] = ''.join(map(lambda s: s['t'], response['images']['pages']))
|
||||||
|
doujinshi['pages'] = len(response['images']['pages'])
|
||||||
|
|
||||||
|
# gain information of the doujinshi
|
||||||
|
needed_fields = ['character', 'artist', 'language', 'tag']
|
||||||
|
for tag in response['tags']:
|
||||||
|
tag_type = tag['type']
|
||||||
|
if tag_type in needed_fields:
|
||||||
|
if tag_type == 'tag':
|
||||||
|
if tag_type not in doujinshi:
|
||||||
|
doujinshi[tag_type] = {}
|
||||||
|
|
||||||
|
tag['name'] = tag['name'].replace(' ', '-')
|
||||||
|
tag['name'] = tag['name'].lower()
|
||||||
|
doujinshi[tag_type][tag['name']] = tag['id']
|
||||||
|
elif tag_type not in doujinshi:
|
||||||
|
doujinshi[tag_type] = tag['name']
|
||||||
|
else:
|
||||||
|
doujinshi[tag_type] += ', ' + tag['name']
|
||||||
|
|
||||||
|
return doujinshi
|
||||||
|
|
||||||
|
|
||||||
|
def __api_suspended_search_parser(keyword, page):
|
||||||
|
logger.debug('Searching doujinshis using keywords {0}'.format(keyword))
|
||||||
|
result = []
|
||||||
|
i = 0
|
||||||
|
while i < 5:
|
||||||
|
try:
|
||||||
|
response = request('get', url=constant.SEARCH_URL, params={'query': keyword, 'page': page}).json()
|
||||||
|
except Exception as e:
|
||||||
|
i += 1
|
||||||
|
if not i < 5:
|
||||||
|
logger.critical(str(e))
|
||||||
|
logger.warn('If you are in China, please configure the proxy to fu*k GFW.')
|
||||||
|
exit(1)
|
||||||
|
continue
|
||||||
|
break
|
||||||
|
|
||||||
|
if 'result' not in response:
|
||||||
|
raise Exception('No result in response')
|
||||||
|
|
||||||
|
for row in response['result']:
|
||||||
|
title = row['title']['english']
|
||||||
|
title = title[:85] + '..' if len(title) > 85 else title
|
||||||
|
result.append({'id': row['id'], 'title': title})
|
||||||
|
|
||||||
|
if not result:
|
||||||
|
logger.warn('No results for keywords {}'.format(keyword))
|
||||||
|
|
||||||
|
return result
|
||||||
|
|
||||||
|
|
||||||
def print_doujinshi(doujinshi_list):
|
def print_doujinshi(doujinshi_list):
|
||||||
if not doujinshi_list:
|
if not doujinshi_list:
|
||||||
return
|
return
|
||||||
@ -104,5 +282,56 @@ def print_doujinshi(doujinshi_list):
|
|||||||
logger.info('Search Result\n' +
|
logger.info('Search Result\n' +
|
||||||
tabulate(tabular_data=doujinshi_list, headers=headers, tablefmt='rst'))
|
tabulate(tabular_data=doujinshi_list, headers=headers, tablefmt='rst'))
|
||||||
|
|
||||||
|
|
||||||
|
def __api_suspended_tag_parser(tag_id, max_page=1):
|
||||||
|
logger.info('Searching for doujinshi with tag id {0}'.format(tag_id))
|
||||||
|
result = []
|
||||||
|
response = request('get', url=constant.TAG_API_URL, params={'sort': 'popular', 'tag_id': tag_id}).json()
|
||||||
|
page = max_page if max_page <= response['num_pages'] else int(response['num_pages'])
|
||||||
|
|
||||||
|
for i in range(1, page + 1):
|
||||||
|
logger.info('Getting page {} ...'.format(i))
|
||||||
|
|
||||||
|
if page != 1:
|
||||||
|
response = request('get', url=constant.TAG_API_URL,
|
||||||
|
params={'sort': 'popular', 'tag_id': tag_id}).json()
|
||||||
|
for row in response['result']:
|
||||||
|
title = row['title']['english']
|
||||||
|
title = title[:85] + '..' if len(title) > 85 else title
|
||||||
|
result.append({'id': row['id'], 'title': title})
|
||||||
|
|
||||||
|
if not result:
|
||||||
|
logger.warn('No results for tag id {}'.format(tag_id))
|
||||||
|
|
||||||
|
return result
|
||||||
|
|
||||||
|
|
||||||
|
def tag_parser(tag_name, max_page=1):
|
||||||
|
result = []
|
||||||
|
tag_name = tag_name.lower()
|
||||||
|
tag_name = tag_name.replace(' ', '-')
|
||||||
|
|
||||||
|
for p in range(1, max_page + 1):
|
||||||
|
logger.debug('Fetching page {0} for doujinshi with tag \'{1}\''.format(p, tag_name))
|
||||||
|
response = request('get', url='%s/%s?page=%d' % (constant.TAG_URL, tag_name, p)).content
|
||||||
|
|
||||||
|
html = BeautifulSoup(response, 'html.parser')
|
||||||
|
doujinshi_items = html.find_all('div', attrs={'class': 'gallery'})
|
||||||
|
if not doujinshi_items:
|
||||||
|
logger.error('Cannot find doujinshi id of tag \'{0}\''.format(tag_name))
|
||||||
|
return
|
||||||
|
|
||||||
|
for i in doujinshi_items:
|
||||||
|
doujinshi_id = i.a.attrs['href'].strip('/g')
|
||||||
|
doujinshi_title = i.a.text.strip()
|
||||||
|
doujinshi_title = doujinshi_title if len(doujinshi_title) < 85 else doujinshi_title[:82] + '...'
|
||||||
|
result.append({'title': doujinshi_title, 'id': doujinshi_id})
|
||||||
|
|
||||||
|
if not result:
|
||||||
|
logger.warn('No results for tag \'{}\''.format(tag_name))
|
||||||
|
|
||||||
|
return result
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
print(doujinshi_parser("32271"))
|
print(doujinshi_parser("32271"))
|
||||||
|
102
nhentai/utils.py
102
nhentai/utils.py
@ -1,6 +1,13 @@
|
|||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
from __future__ import unicode_literals, print_function
|
from __future__ import unicode_literals, print_function
|
||||||
|
|
||||||
|
import sys
|
||||||
|
import os
|
||||||
|
import string
|
||||||
|
import zipfile
|
||||||
|
import shutil
|
||||||
|
from nhentai.logger import logger
|
||||||
|
|
||||||
|
|
||||||
class _Singleton(type):
|
class _Singleton(type):
|
||||||
""" A metaclass that creates a Singleton base class when called. """
|
""" A metaclass that creates a Singleton base class when called. """
|
||||||
@ -23,3 +30,98 @@ def urlparse(url):
|
|||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
|
|
||||||
return urlparse(url)
|
return urlparse(url)
|
||||||
|
|
||||||
|
|
||||||
|
def readfile(path):
|
||||||
|
loc = os.path.dirname(__file__)
|
||||||
|
|
||||||
|
with open(os.path.join(loc, path), 'r') as file:
|
||||||
|
return file.read()
|
||||||
|
|
||||||
|
|
||||||
|
def generate_html(output_dir='.', doujinshi_obj=None):
|
||||||
|
image_html = ''
|
||||||
|
|
||||||
|
if doujinshi_obj is not None:
|
||||||
|
doujinshi_dir = os.path.join(output_dir, doujinshi_obj.filename)
|
||||||
|
else:
|
||||||
|
doujinshi_dir = '.'
|
||||||
|
|
||||||
|
file_list = os.listdir(doujinshi_dir)
|
||||||
|
file_list.sort()
|
||||||
|
|
||||||
|
for image in file_list:
|
||||||
|
if not os.path.splitext(image)[1] in ('.jpg', '.png'):
|
||||||
|
continue
|
||||||
|
|
||||||
|
image_html += '<img src="{0}" class="image-item"/>\n'\
|
||||||
|
.format(image)
|
||||||
|
|
||||||
|
html = readfile('viewer/index.html')
|
||||||
|
css = readfile('viewer/styles.css')
|
||||||
|
js = readfile('viewer/scripts.js')
|
||||||
|
|
||||||
|
if doujinshi_obj is not None:
|
||||||
|
title = doujinshi_obj.name
|
||||||
|
if sys.version_info < (3, 0):
|
||||||
|
title = title.encode('utf-8')
|
||||||
|
else:
|
||||||
|
title = 'nHentai HTML Viewer'
|
||||||
|
|
||||||
|
data = html.format(TITLE=title, IMAGES=image_html, SCRIPTS=js, STYLES=css)
|
||||||
|
try:
|
||||||
|
if sys.version_info < (3, 0):
|
||||||
|
with open(os.path.join(doujinshi_dir, 'index.html'), 'w') as f:
|
||||||
|
f.write(data)
|
||||||
|
else:
|
||||||
|
with open(os.path.join(doujinshi_dir, 'index.html'), 'wb') as f:
|
||||||
|
f.write(data.encode('utf-8'))
|
||||||
|
|
||||||
|
logger.log(15, 'HTML Viewer has been write to \'{0}\''.format(os.path.join(doujinshi_dir, 'index.html')))
|
||||||
|
except Exception as e:
|
||||||
|
logger.warning('Writen HTML Viewer failed ({})'.format(str(e)))
|
||||||
|
|
||||||
|
|
||||||
|
def generate_cbz(output_dir='.', doujinshi_obj=None, rm_origin_dir=False):
|
||||||
|
if doujinshi_obj is not None:
|
||||||
|
doujinshi_dir = os.path.join(output_dir, doujinshi_obj.filename)
|
||||||
|
cbz_filename = os.path.join(os.path.join(doujinshi_dir, '..'), '%s.cbz' % doujinshi_obj.id)
|
||||||
|
else:
|
||||||
|
cbz_filename = './doujinshi.cbz'
|
||||||
|
doujinshi_dir = '.'
|
||||||
|
|
||||||
|
file_list = os.listdir(doujinshi_dir)
|
||||||
|
file_list.sort()
|
||||||
|
|
||||||
|
logger.info('Writing CBZ file to path: {}'.format(cbz_filename))
|
||||||
|
with zipfile.ZipFile(cbz_filename, 'w') as cbz_pf:
|
||||||
|
for image in file_list:
|
||||||
|
image_path = os.path.join(doujinshi_dir, image)
|
||||||
|
cbz_pf.write(image_path, image)
|
||||||
|
|
||||||
|
if rm_origin_dir:
|
||||||
|
shutil.rmtree(doujinshi_dir, ignore_errors=True)
|
||||||
|
|
||||||
|
logger.log(15, 'Comic Book CBZ file has been write to \'{0}\''.format(doujinshi_dir))
|
||||||
|
|
||||||
|
|
||||||
|
def format_filename(s):
|
||||||
|
"""Take a string and return a valid filename constructed from the string.
|
||||||
|
Uses a whitelist approach: any characters not present in valid_chars are
|
||||||
|
removed. Also spaces are replaced with underscores.
|
||||||
|
|
||||||
|
Note: this method may produce invalid filenames such as ``, `.` or `..`
|
||||||
|
When I use this method I prepend a date string like '2009_01_15_19_46_32_'
|
||||||
|
and append a file extension like '.txt', so I avoid the potential of using
|
||||||
|
an invalid filename.
|
||||||
|
|
||||||
|
"""
|
||||||
|
valid_chars = "-_.()[] %s%s" % (string.ascii_letters, string.digits)
|
||||||
|
filename = ''.join(c for c in s if c in valid_chars)
|
||||||
|
filename = filename.replace(' ', '_') # I don't like spaces in filenames.
|
||||||
|
if len(filename) > 100:
|
||||||
|
filename = filename[:100] + '...]'
|
||||||
|
|
||||||
|
# Remove [] from filename
|
||||||
|
filename = filename.replace('[]', '')
|
||||||
|
return filename
|
||||||
|
24
nhentai/viewer/index.html
Normal file
24
nhentai/viewer/index.html
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>{TITLE}</title>
|
||||||
|
<style>
|
||||||
|
{STYLES}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<nav id="list">
|
||||||
|
{IMAGES}</nav>
|
||||||
|
|
||||||
|
<div id="image-container">
|
||||||
|
<span id="page-num"></span>
|
||||||
|
<div id="dest"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
{SCRIPTS}
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
78
nhentai/viewer/scripts.js
Normal file
78
nhentai/viewer/scripts.js
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
const pages = Array.from(document.querySelectorAll('img.image-item'));
|
||||||
|
let currentPage = 0;
|
||||||
|
|
||||||
|
function changePage(pageNum) {
|
||||||
|
const previous = pages[currentPage];
|
||||||
|
const current = pages[pageNum];
|
||||||
|
|
||||||
|
if (current == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
previous.classList.remove('current');
|
||||||
|
current.classList.add('current');
|
||||||
|
|
||||||
|
currentPage = pageNum;
|
||||||
|
|
||||||
|
const display = document.getElementById('dest');
|
||||||
|
display.style.backgroundImage = `url("${current.src}")`;
|
||||||
|
|
||||||
|
document.getElementById('page-num')
|
||||||
|
.innerText = [
|
||||||
|
(pageNum + 1).toLocaleString(),
|
||||||
|
pages.length.toLocaleString()
|
||||||
|
].join('\u200a/\u200a');
|
||||||
|
}
|
||||||
|
|
||||||
|
changePage(0);
|
||||||
|
|
||||||
|
document.getElementById('list').onclick = event => {
|
||||||
|
if (pages.includes(event.target)) {
|
||||||
|
changePage(pages.indexOf(event.target));
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
document.getElementById('image-container').onclick = event => {
|
||||||
|
const width = document.getElementById('image-container').clientWidth;
|
||||||
|
const clickPos = event.clientX / width;
|
||||||
|
|
||||||
|
if (clickPos < 0.5) {
|
||||||
|
changePage(currentPage - 1);
|
||||||
|
} else {
|
||||||
|
changePage(currentPage + 1);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
document.onkeypress = event => {
|
||||||
|
switch (event.key.toLowerCase()) {
|
||||||
|
// Previous Image
|
||||||
|
case 'a':
|
||||||
|
changePage(currentPage - 1);
|
||||||
|
break;
|
||||||
|
|
||||||
|
// Next Image
|
||||||
|
case ' ':
|
||||||
|
case 'esc': // future close page function
|
||||||
|
case 'enter':
|
||||||
|
case 'd':
|
||||||
|
changePage(currentPage + 1);
|
||||||
|
break;
|
||||||
|
}// remove arrow cause it won't work
|
||||||
|
};
|
||||||
|
|
||||||
|
document.onkeydown = event =>{
|
||||||
|
switch (event.keyCode) {
|
||||||
|
case 37: //left
|
||||||
|
changePage(currentPage - 1);
|
||||||
|
break;
|
||||||
|
case 38: //up
|
||||||
|
changePage(currentPage - 1);
|
||||||
|
break;
|
||||||
|
case 39: //right
|
||||||
|
changePage(currentPage + 1);
|
||||||
|
break;
|
||||||
|
case 40: //down
|
||||||
|
changePage(currentPage + 1);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
};
|
69
nhentai/viewer/styles.css
Normal file
69
nhentai/viewer/styles.css
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
*, *::after, *::before {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
html, body {
|
||||||
|
display: flex;
|
||||||
|
background-color: #e8e6e6;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
#list {
|
||||||
|
height: 100%;
|
||||||
|
overflow: auto;
|
||||||
|
width: 260px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#list img {
|
||||||
|
width: 200px;
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 10px;
|
||||||
|
margin: 15px 0;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
#list img.current {
|
||||||
|
background: #0003;
|
||||||
|
}
|
||||||
|
|
||||||
|
#image-container {
|
||||||
|
flex: auto;
|
||||||
|
height: 100vh;
|
||||||
|
background: #222;
|
||||||
|
color: #fff;
|
||||||
|
text-align: center;
|
||||||
|
cursor: pointer;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
#image-container #dest {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#image-container #page-num {
|
||||||
|
position: absolute;
|
||||||
|
font-size: 18pt;
|
||||||
|
left: 10px;
|
||||||
|
bottom: 5px;
|
||||||
|
font-weight: bold;
|
||||||
|
opacity: 0.75;
|
||||||
|
text-shadow: /* Duplicate the same shadow to make it very strong */
|
||||||
|
0 0 2px #222,
|
||||||
|
0 0 2px #222,
|
||||||
|
0 0 2px #222;
|
||||||
|
}
|
8
setup.py
8
setup.py
@ -1,16 +1,20 @@
|
|||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
from __future__ import print_function, unicode_literals
|
from __future__ import print_function, unicode_literals
|
||||||
|
import sys
|
||||||
import codecs
|
import codecs
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
from nhentai import __version__, __author__, __email__
|
from nhentai import __version__, __author__, __email__
|
||||||
|
|
||||||
|
|
||||||
with open('requirements.txt') as f:
|
with open('requirements.txt') as f:
|
||||||
requirements = [l for l in f.read().splitlines() if l]
|
requirements = [l for l in f.read().splitlines() if l]
|
||||||
|
|
||||||
|
|
||||||
def long_description():
|
def long_description():
|
||||||
with codecs.open('README.md', 'rb') as f:
|
with codecs.open('README.rst', 'rb') as readme:
|
||||||
return str(f.read())
|
if not sys.version_info < (3, 0, 0):
|
||||||
|
return readme.read().decode('utf-8')
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='nhentai',
|
name='nhentai',
|
||||||
|
Reference in New Issue
Block a user