mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 02:41:19 +02:00
19 lines
566 B
YAML
19 lines
566 B
YAML
os:
|
|
- linux
|
|
|
|
language: python
|
|
python:
|
|
- 3.7
|
|
|
|
install:
|
|
- python setup.py install
|
|
|
|
script:
|
|
- echo 268642 > /tmp/test.txt
|
|
- nhentai --cookie "_ga=GA1.2.2000087053.1558179358; __cfduid=d8930f7b43d04e1b2117719e28386b2e31593148489; csrftoken=3914GQGSmmqQyfQTBswNgfXuhFiefu8sAgOnsfZWiiqS4PJpKivuTp34p2USV6xu; sessionid=be0w2lwlprlmld3ahg9i592ipsuaw840"
|
|
- nhentai --search umaru
|
|
- nhentai --id=152503,146134 -t 10 --output=/tmp/ --cbz
|
|
- nhentai -F
|
|
- nhentai --file /tmp/test.txt
|
|
- nhentai --id=152503,146134 --gen-main --output=/tmp/
|