Advertisement
Guest User

2chproxy-bbspink2a.diff

a guest
Mar 17th, 2017
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.42 KB | None | 0 0
  1. --- 2chproxy.pl.org 2017-03-08 12:12:25.344173828 +0900
  2. +++ 2chproxy.pl 2017-03-18 01:30:00.634246255 +0900
  3. @@ -406,7 +406,7 @@ sub html2dat() {
  4.      $title  = $1;
  5.      chomp($title);
  6.      my $post_reg;
  7. -    if ($html =~ m|<link\shref="http://[^.]+\.bbspink\.com|) {
  8. +    if ($html =~ m|<base\shref="(https?:)?//[^.]+\.bbspink\.com|) {
  9.        $post_reg = $PROXY_CONFIG->{RESPONSE_REGEX3};
  10.      }
  11.  
  12.          else {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement