-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Upgrade rtn for adult check handling
- Loading branch information
1 parent
eab31ce
commit 5422baa
Showing
41 changed files
with
1,598 additions
and
637 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Remove-Item -Path ../src/Zilean.DmmScraper/python -Recurse -Force | ||
New-Item -Path ../src/Zilean.DmmScraper/python -ItemType Directory | ||
python -m pip install -r ../requirements.txt -t ../src/Zilean.DmmScraper/python/ --no-user | ||
Remove-Item -Path ../src/Zilean.Scraper/python -Recurse -Force | ||
New-Item -Path ../src/Zilean.Scraper/python -ItemType Directory | ||
python -m pip install -r ../requirements.txt -t ../src/Zilean.Scraper/python/ --no-user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
rm -rf ../src/Zilean.DmmScraper/python | ||
mkdir -p ../src/Zilean.DmmScraper/python | ||
python3.11 -m pip install -r ../requirements.txt -t ../src/Zilean.DmmScraper/python/ | ||
rm -rf ../src/Zilean.Scraper/python | ||
mkdir -p ../src/Zilean.Scraper/python | ||
python3.11 -m pip install -r ../requirements.txt -t ../src/Zilean.Scraper/python/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
loguru==0.7.2 | ||
rich==13.8.0 | ||
rank-torrent-name==1.0.4 | ||
rank-torrent-name==1.5.3 |
Oops, something went wrong.