|
|
@@ -18,7 +18,7 @@ class Youtube extends Youtubecom
|
|
18
|
18
|
$url_clean = $this->getCleanedUrl();
|
|
19
|
19
|
$ref_id = null;
|
|
20
|
20
|
|
|
21
|
|
- if (preg_match("#\/([a-zA-Z0-9]+)#", $url_clean, $chaines))
|
|
|
21
|
+ if (preg_match("#\/([a-zA-Z0-9_]+)#", $url_clean, $chaines))
|
|
22
|
22
|
{
|
|
23
|
23
|
$ref_id = $chaines[1];
|
|
24
|
24
|
}
|