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
View File

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

3
README.md Normal file
View File

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

0
hentai/__init__.py Normal file
View File

1
hentai/cmdline.py Normal file
View File

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

1
hentai/constant.py Normal file
View File

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

1
hentai/dojinshi.py Normal file
View File

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

1
hentai/downloader.py Normal file
View File

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

1
hentai/parser.py Normal file
View File

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

0
nhentai.py Normal file
View File

0
requirements.txt Normal file
View File