File tree Expand file tree Collapse file tree 16 files changed +41
-22
lines changed
Expand file tree Collapse file tree 16 files changed +41
-22
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ jobs:
1515 - name : Install Python 3
1616 uses : actions/setup-python@v4
1717 with :
18- python-version : 3.8
18+ python-version : 3.12
1919 - name : Install dependencies
2020 run : |
21- python -m pip install --upgrade pip
21+ python -m pip install --upgrade pip setuptools wheel
22+ python -m pip install -r requirements.txt
2223 python setup.py install
2324 - name : Download book
2425 run : tomoe --three 608979
Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ jobs:
1515 - name : Install Python 3
1616 uses : actions/setup-python@v4
1717 with :
18- python-version : 3.8
18+ python-version : 3.12
1919 - name : Install dependencies
2020 run : |
21- python -m pip install --upgrade pip
21+ python -m pip install --upgrade pip setuptools wheel
22+ python -m pip install -r requirements.txt
2223 python setup.py install
2324 - name : Download book
2425 run : tomoe --asmhentai 311851
Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ jobs:
1515 - name : Install Python 3
1616 uses : actions/setup-python@v1
1717 with :
18- python-version : 3.8
18+ python-version : 3.12
1919 - name : Install dependencies
2020 run : |
21- python -m pip install --upgrade pip
21+ python -m pip install --upgrade pip setuptools wheel
22+ python -m pip install -r requirements.txt
2223 python setup.py install
2324 - name : Download from external list
2425 run : tomoe --bulk doujin.json
Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ jobs:
1515 - name : Install Python 3
1616 uses : actions/setup-python@v4
1717 with :
18- python-version : 3.8
18+ python-version : 3.12
1919 - name : Install dependencies
2020 run : |
21- python -m pip install --upgrade pip
21+ python -m pip install --upgrade pip setuptools wheel
22+ python -m pip install -r requirements.txt
2223 python setup.py install
2324 - name : Download book
2425 run : tomoe --hentai2read chaldea_life/1
Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ jobs:
1515 - name : Install Python 3
1616 uses : actions/setup-python@v4
1717 with :
18- python-version : 3.8
18+ python-version : 3.12
1919 - name : Install dependencies
2020 run : |
21- python -m pip install --upgrade pip
21+ python -m pip install --upgrade pip setuptools wheel
22+ python -m pip install -r requirements.txt
2223 python setup.py install
2324 - name : Download book
2425 run : tomoe --hentaifox 59026
Original file line number Diff line number Diff line change 1515 - name : Install Python 3
1616 uses : actions/setup-python@v4
1717 with :
18- python-version : 3.8
18+ python-version : 3.12
1919 - name : Install dependencies
2020 run : |
21+ python -m pip install --upgrade pip setuptools wheel
2122 python -m pip install -r requirements.txt
2223 python setup.py install
2324 - name : Download book
Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ jobs:
1515 - name : Install Python 3
1616 uses : actions/setup-python@v4
1717 with :
18- python-version : 3.8
18+ python-version : 3.12
1919 - name : Install dependencies
2020 run : |
21- python -m pip install --upgrade pip
21+ python -m pip install --upgrade pip setuptools wheel
22+ python -m pip install -r requirements.txt
2223 python setup.py install
2324 - name : Download book with pdf render
2425 run : tomoe --nhentai 255369 --pdf
Original file line number Diff line number Diff line change 1515 - name : Install Python 3
1616 uses : actions/setup-python@v4
1717 with :
18- python-version : 3.8
18+ python-version : 3.12
1919 - name : Install dependencies
2020 run : |
21+ python -m pip install --upgrade pip setuptools wheel
2122 python -m pip install -r requirements.txt
2223 python setup.py install
2324 - name : Download book
Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ jobs:
1515 - name : Install Python 3
1616 uses : actions/setup-python@v4
1717 with :
18- python-version : 3.8
18+ python-version : 3.12
1919 - name : Install dependencies
2020 run : |
21- python -m pip install --upgrade pip
21+ python -m pip install --upgrade pip setuptools wheel
22+ python -m pip install -r requirements.txt
2223 python setup.py install
2324 - name : Download book
2425 run : tomoe --simply "fate-grand-order/fgo-no-ashibon-fgo-foot-book/all-pages"
Original file line number Diff line number Diff line change 11<div align =" center " >
2- <a href =" https://github.com/sinkaroid/tomoe/wiki " ><img width =" 500 " src =" https://cdn.discordapp .com/attachments/952117487166705747/1013588505919762443 /tomoe_.png " alt =" tomoe " ></a >
2+ <a href =" https://github.com/sinkaroid/tomoe/wiki " ><img width =" 500 " src =" https://raw.githubusercontent .com/sinkaroid/tomoe/refs/heads/master/resources/project/images /tomoe_.png " alt =" tomoe " ></a >
33
44<h3 align =" center " >An exalted doujinshi downloader with ease.</h3 >
55<p align =" center " >
@@ -57,7 +57,7 @@ Tomoe consumes [Jandapress](https://github.com/sinkaroid/jandapress) and uses [j
5757- Minimalist dependencies
5858- Download with ease, doesn't require you a lot of arguments
5959
60- <img src =" https://cdn.discordapp .com/attachments/997107089921028136/1014351915578040380/tomoe_ .png " width =" 600 " alt =" tomoe " >
60+ <img src =" https://raw.githubusercontent .com/sinkaroid/tomoe/refs/heads/master/resources/project/images/tomoe_cli .png " width =" 600 " alt =" tomoe " >
6161
6262## Site support
6363
You can’t perform that action at this time.
0 commit comments