diff --git a/yt.php b/yt.php index e01d383..9dba8c7 100644 --- a/yt.php +++ b/yt.php @@ -93,8 +93,7 @@ class YTPlugin extends Plugin }; // set the parsed content back into as raw content - //$page->setRawContent($this->parseLinks($raw, $function, $this::YOUTUBE_REGEX)); - $page->setRawContent($this->parseLinks($raw, $function)); + $page->setRawContent($this->parseLinks($raw, $function, $this::YOUTUBE_REGEX)); } }