mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-19 18:31:24 +02:00
22 lines
766 B
YAML
22 lines
766 B
YAML
os:
|
|
- linux
|
|
|
|
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.6
|
|
- 3.5
|
|
- 3.4
|
|
|
|
install:
|
|
- python setup.py install
|
|
|
|
script:
|
|
- echo 268642 > /tmp/test.txt
|
|
- NHENTAI=https://nhentai.net nhentai --cookie '__cfduid=da09f237ceb0f51c75980b0b3fda3ce571558179357; _ga=GA1.2.2000087053.1558179358; _gid=GA1.2.717818542.1558179358; csrftoken=iSxrTFOjrujJqauhAqWvTTI9dl3sfWnxdEFoMuqgmlBrbMin5Gj9wJW4r61cmH1X; sessionid=ewuaayfewbzpiukrarx9d52oxwlz2esd'
|
|
- NHENTAI=https://nhentai.net nhentai --search umaru
|
|
- NHENTAI=https://nhentai.net nhentai --id=152503,146134 -t 10 --output=/tmp/ --cbz
|
|
- NHENTAI=https://nhentai.net nhentai --tag lolicon
|
|
- NHENTAI=https://nhentai.net nhentai -F
|
|
- NHENTAI=https://nhentai.net nhentai --file /tmp/test.txt
|