mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 11:01:17 +02:00
20 lines
492 B
YAML
20 lines
492 B
YAML
os:
|
|
- linux
|
|
|
|
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.6
|
|
- 3.5
|
|
- 3.4
|
|
|
|
install:
|
|
- python setup.py install
|
|
|
|
script:
|
|
- NHENTAI=https://nhentai.net nhentai --search umaru
|
|
- NHENTAI=https://nhentai.net nhentai --id=152503,146134 -t 10 --output=/tmp/
|
|
- NHENTAI=https://nhentai.net nhentai -l nhentai_test:nhentai --download --output=/tmp/
|
|
- NHENTAI=https://nhentai.net nhentai --tag lolicon
|
|
- NHENTAI=https://nhentai.net nhentai --id 92066 --output=/tmp/ --cbz
|