We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4d4eb commit 41eed7dCopy full SHA for 41eed7d
1 file changed
lib/P2Util.php
@@ -1927,7 +1927,7 @@ static public function detectThread($url = null)
1927
$ls = (isset($matches[4]) && strlen($matches[4])) ? $matches[4] : '';
1928
1929
// したらばJBBS - http://jbbs.livedoor.com/bbs/read.cgi/computer/2999/1081177036/-100
1930
- } elseif (preg_match('<^http://(jbbs\\.(?:livedoor\\.(?:jp|com)|shitaraba\\.(?:net|com)))/bbs/read\\.cgi
+ } elseif (preg_match('<^http://(jbbs\\.(?:livedoor\\.(?:jp|com)|shitaraba\\.(?:net|com)))/(?:bbs|bbs/lite)/read\\.cgi
1931
/(\\w+)/(\\d+)/(\\d+)/((?:\\d+)?-(?:\\d+)?)?[^"]*>x', $nama_url, $matches))
1932
{
1933
$host = $matches[1] . '/' . $matches[2];
0 commit comments