diff options
Diffstat (limited to 'scraper/ddg.php')
-rw-r--r-- | scraper/ddg.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/ddg.php b/scraper/ddg.php index c9c28af..1ce8e18 100644 --- a/scraper/ddg.php +++ b/scraper/ddg.php @@ -679,7 +679,7 @@ class ddg{ Check for worknik results */ preg_match( - '/nrj\(\'\/js\/spice\/dictionary\/definition\/([^\']+)\'\)/', + '/nrj\(\'\/js\/spice\/dictionary\/definition\/([^\'\)]+)/', $js, $wordnik ); |