mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-19 10:21:19 +02:00
18 lines
282 B
YAML
18 lines
282 B
YAML
os:
|
|
- linux
|
|
|
|
language: python
|
|
python:
|
|
- 2.7
|
|
- 2.6
|
|
- 3.3
|
|
- 3.4
|
|
- 3.5.2
|
|
|
|
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/
|