Skip to content

Commit

Permalink
Update commentproxy.cgi
Browse files Browse the repository at this point in the history
  • Loading branch information
kurema authored Apr 10, 2022
1 parent 7e98115 commit 73ef3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nicoch/commentproxy.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 73ef3c8

Please sign in to comment.