From 047bcda70855a2c7553636db45dc910b93b7dd1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Thu, 2 May 2024 21:46:08 +0900 Subject: [PATCH] =?utf8?q?=E3=81=9D=E3=82=8C=E3=81=AF=E5=BF=85=E8=A6=81?= =?utf8?q?=E3=81=AF=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.c b/main.c index 300f39c..79aaaf1 100644 --- a/main.c +++ b/main.c @@ -41,8 +41,6 @@ bool dlfile(const char* url, const char* filename) { ); // Pixivも結構面倒くさい if ( - strstr("s.pixiv.net", url) == 0 || - strstr("i.pixiv.net", url) == 0 || strstr("s.pximg.net", url) == 0 || strstr("i.pximg.net", url) == 0 ) { -- 2.43.0