mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
d3f40afa67
commit
98284eb44a
1 changed files with 10 additions and 4 deletions
|
@ -182,7 +182,6 @@ if (empty($output)) {
|
||||||
];
|
];
|
||||||
|
|
||||||
$feed->configurationFeed->deeplinkTemplates = [
|
$feed->configurationFeed->deeplinkTemplates = [
|
||||||
/*
|
|
||||||
[
|
[
|
||||||
"id" => "1",
|
"id" => "1",
|
||||||
"template" => "http://partner.com/[id]",
|
"template" => "http://partner.com/[id]",
|
||||||
|
@ -194,7 +193,6 @@ if (empty($output)) {
|
||||||
],
|
],
|
||||||
"action" => 0
|
"action" => 0
|
||||||
]
|
]
|
||||||
*/
|
|
||||||
];
|
];
|
||||||
|
|
||||||
// Content Feed (productions)
|
// Content Feed (productions)
|
||||||
|
@ -263,11 +261,19 @@ if (empty($output)) {
|
||||||
$feed->availabilityFeed = new stdClass();
|
$feed->availabilityFeed = new stdClass();
|
||||||
$feed->availabilityFeed->sourceId = $feed->configurationFeed->source->id;
|
$feed->availabilityFeed->sourceId = $feed->configurationFeed->source->id;
|
||||||
$feed->availabilityFeed->onDemandOfferings = [
|
$feed->availabilityFeed->onDemandOfferings = [
|
||||||
/*
|
|
||||||
"appId" => [
|
"appId" => [
|
||||||
$global['VizioAppID']
|
$global['VizioAppID']
|
||||||
],
|
],
|
||||||
*/
|
"templateId" => "1",
|
||||||
|
"resolutions" => [
|
||||||
|
"HD 720P"
|
||||||
|
],
|
||||||
|
"color" => "Standard",
|
||||||
|
"id" => "offeringmovie1",
|
||||||
|
"payStructure" => "Ad-supported",
|
||||||
|
"customAttributes" => [
|
||||||
|
"id" => "Movie1"
|
||||||
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
// Cache the generated output
|
// Cache the generated output
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue