Skip to content

Commit

Permalink
Use # delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
yamanq committed Mar 25, 2022
1 parent 7d9cef5 commit 85e65a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/GoogleGroupsBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected function provideWebsiteContent() {
return defaultLinkTo(getContents($this->getSourceUrl()), self::URI);
}

const URL_REGEX = '/^https:\/\/groups.google.com(?:\/a\/(?<account>\S+))?(?:\/g\/(?<group>\S+))/';
const URL_REGEX = '#^https://groups.google.com(?:/a/(?<account>\S+))?(?:/g/(?<group>\S+))#';

public function detectParameters($url) {
$params = array();
Expand Down

0 comments on commit 85e65a7

Please sign in to comment.