mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
Update
This commit is contained in:
parent
fdf55decd8
commit
94eac4e554
1 changed files with 3 additions and 0 deletions
|
@ -3444,6 +3444,9 @@ if (!class_exists('Video')) {
|
||||||
$source['url'] = addQueryStringParameter($source['url'], 'cache', $x);
|
$source['url'] = addQueryStringParameter($source['url'], 'cache', $x);
|
||||||
$source['url_noCDN'] = addQueryStringParameter($source['url_noCDN'], 'cache', $x);
|
$source['url_noCDN'] = addQueryStringParameter($source['url_noCDN'], 'cache', $x);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$source = AVideoPlugin::modifyURL($source);
|
||||||
|
|
||||||
//var_dump($source);exit;
|
//var_dump($source);exit;
|
||||||
//ObjectYPT::setCache($name, $source);
|
//ObjectYPT::setCache($name, $source);
|
||||||
$VideoGetSourceFile[$cacheName] = $source;
|
$VideoGetSourceFile[$cacheName] = $source;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue