mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +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 = [
|
||||
/*
|
||||
[
|
||||
"id" => "1",
|
||||
"template" => "http://partner.com/[id]",
|
||||
|
@ -194,7 +193,6 @@ if (empty($output)) {
|
|||
],
|
||||
"action" => 0
|
||||
]
|
||||
*/
|
||||
];
|
||||
|
||||
// Content Feed (productions)
|
||||
|
@ -263,11 +261,19 @@ if (empty($output)) {
|
|||
$feed->availabilityFeed = new stdClass();
|
||||
$feed->availabilityFeed->sourceId = $feed->configurationFeed->source->id;
|
||||
$feed->availabilityFeed->onDemandOfferings = [
|
||||
/*
|
||||
"appId" => [
|
||||
$global['VizioAppID']
|
||||
],
|
||||
*/
|
||||
"templateId" => "1",
|
||||
"resolutions" => [
|
||||
"HD 720P"
|
||||
],
|
||||
"color" => "Standard",
|
||||
"id" => "offeringmovie1",
|
||||
"payStructure" => "Ad-supported",
|
||||
"customAttributes" => [
|
||||
"id" => "Movie1"
|
||||
]
|
||||
];
|
||||
|
||||
// Cache the generated output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue