From 73ef3c8091757e90283997850dbc163c3421063e Mon Sep 17 00:00:00 2001 From: kurema Date: Sun, 10 Apr 2022 20:57:12 +0900 Subject: [PATCH] Update commentproxy.cgi --- nicoch/commentproxy.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nicoch/commentproxy.cgi b/nicoch/commentproxy.cgi index 31a8af2..b04b679 100755 --- a/nicoch/commentproxy.cgi +++ b/nicoch/commentproxy.cgi @@ -57,7 +57,7 @@ foreach my $thread (@$threads){ if($thread->{isActive} == 1){ my $thread_id = $thread->{id}; if($thread->{isThreadkeyRequired} == 1){ - my $thread_key_res=$ua->get("http://flapi.nicovideo.jp/api/getthreadkey?thread=".$thread->{id}); + #my $thread_key_res=$ua->get("http://flapi.nicovideo.jp/api/getthreadkey?thread=".$thread->{id}); #my $thread_key = ParseUrl($thread_key_res->content,"threadkey"); #my $force_184 = ParseUrl($thread_key_res->content,"force_184");