4
0
mirror of https://github.com/RicterZ/nhentai.git synced 2025-05-05 19:10:59 +02:00

first commit

This commit is contained in:
ricterz 2015-04-18 23:22:36 +08:00
commit 0a6285a868
10 changed files with 10 additions and 0 deletions

2
.gitignore vendored Normal file

@ -0,0 +1,2 @@
*.py[cod]
.idea/

3
README.md Normal file

@ -0,0 +1,3 @@
nhentai
=======
nhentai.net downloader

0
hentai/__init__.py Normal file

1
hentai/cmdline.py Normal file

@ -0,0 +1 @@
__author__ = 'ricter'

1
hentai/constant.py Normal file

@ -0,0 +1 @@
__author__ = 'ricter'

1
hentai/dojinshi.py Normal file

@ -0,0 +1 @@
__author__ = 'ricter'

1
hentai/downloader.py Normal file

@ -0,0 +1 @@
__author__ = 'ricter'

1
hentai/parser.py Normal file

@ -0,0 +1 @@
__author__ = 'ricter'

0
nhentai.py Normal file

0
requirements.txt Normal file