Update server to use new domain.

This commit is contained in:
sigonasr2 2020-09-23 01:46:15 +09:00
parent ff857cc28e
commit e74753b6cb
4 changed files with 18 additions and 2 deletions

15
Tagger/RAW_TAGS.txt Normal file
View File

@ -0,0 +1,15 @@
touhou
araisann
barefoot
common raccoon (kemono friends)
costume change
cross-legged sitting
dog ears
kemono friends
kemonofurennzusennyu-za-zuiri
kokoa
maid
oh my, cute
original
showgirl
soshitekonopurofuedearu

Binary file not shown.

View File

@ -54,7 +54,7 @@ public class PixivManager {
imageCounter++;
}
System.out.println("Sending request to server to download "+downloadData.toString());
utils.downloadFileFromUrl("http://45.33.13.215/crawler/request.php?images="+downloadData.toString(), "temp_req.html");
utils.downloadFileFromUrl("http://45.33.13.215:8080/crawler/request.php?images="+downloadData.toString(), "temp_req.html");
}
for (String s : imageTag.pixiv_image_list) {
@ -138,7 +138,7 @@ public class PixivManager {
private void AttemptDownload(BufferedWriter bwOutput, String s, boolean addToRetryListOnFail) {
//String url = "https://api.proxycrawl.com/?token=ahDRaxo3KT2OOX2nQZQV9A&url=https://www.pixiv.net/en/artworks/"+s;
String url = "http://45.33.13.215/crawler/crawler/"+s+".html";
String url = "http://45.33.13.215:8080/crawler/crawler/"+s+".html";
try {
if (!new File("downloadedData/temp"+s+".html").exists()) {
System.out.println("Starting download of "+url+" ...");

1
Tagger/temp_req.html Normal file
View File

@ -0,0 +1 @@
Done.<br>