Skip to content

Commit

Permalink
Updated eBay
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Sep 3, 2014
1 parent 2323d1b commit bfe11aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/upload/library/s9e/MediaBBCodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ public static function matchEbay($url)
$scrapes = array(
array(
'match' => array('#ebay\\.(?!com/)#'),
'extract' => array('#"locale":"(?\'lang\'[\\w_]+)"#')
'extract' => array('#"locale":"(?\'lang\'\\w+)"#')
)
);

Expand Down
2 changes: 1 addition & 1 deletion vendor/s9e/TextFormatter

0 comments on commit bfe11aa

Please sign in to comment.