Skip to content

Commit e890c47

Browse files
committed
ci: bunch of testing cases
1 parent e4fca0d commit e890c47

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: bulk multiple older pages
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- master
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v3
15+
- name: Install Python 3
16+
uses: actions/setup-python@v4
17+
with:
18+
python-version: 3.8
19+
- name: Install dependencies
20+
run: |
21+
python -m pip install --upgrade pip
22+
python setup.py install
23+
- name: Jigoku test
24+
run: |
25+
printf "test/example_pages_but_older\n2\n2\n" | jigoku

test/example_pages_but_older.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
https://safebooru.org/index.php?page=post&s=list&tags=jeanne_alter+&pid=1160
2+
https://gelbooru.com/index.php?page=post&s=list&tags=unohana_retsu+&pid=378
3+
https://danbooru.donmai.us/posts?page=50&tags=jeanne_d%27arc_alter_%28fate%29+
4+
https://rule34.xxx/index.php?page=post&s=list&tags=unohana_retsu+&pid=798
5+
https://tbib.org/index.php?page=post&s=list&tags=jeanne_d%27arc_%28fate%29_%28all%29+&pid=1008
6+
https://xbooru.com/index.php?page=post&s=list&tags=erza_scarlet+&pid=588
7+
https://realbooru.com/index.php?page=post&s=list&tags=milf&pid=1218
8+
https://yande.re/post?page=7&tags=matoi_ryuuko
9+
https://lolibooru.moe/post?tags=leonardo_da_vinci_%28fate%2Fgrand_order%29&page=15
10+
https://konachan.com/post?page=8&tags=matoi_ryuuko
11+
https://konachan.net/post?page=4&tags=kiryuin_satsuki
12+
https://hypnohub.net/index.php?page=post&s=list&tags=milf+&pid=588
13+
https://e621.net/posts?page=50&tags=bestiality+
14+
https://booru.allthefallen.moe/posts?page=50&tags=pregnant+
15+
https://rule34.paheal.net/post/list/Erza_Scarlet/15

0 commit comments

Comments
 (0)