mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 11:01:17 +02:00
20 lines
576 B
YAML
20 lines
576 B
YAML
os:
|
|
- linux
|
|
|
|
language: python
|
|
python:
|
|
- 3.7
|
|
- 3.8
|
|
|
|
install:
|
|
- python setup.py install
|
|
|
|
script:
|
|
- echo 268642 > /tmp/test.txt
|
|
- nhentai --cookie "_ga=GA1.2.1651446371.1545407218; __cfduid=d0ed34dfb81167d2a51a1d6392c1768a81601380350; csrftoken=KRN0GR1ft86m3HTefpQA99pp6R1Bo7hUs5QxNGOAIuwB5g4EcJj04fwMB8QKgLaB; sessionid=7hzoowox78c90wi5ud5ibphm4axcck7c"
|
|
- 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/
|