1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2024-09-17 16:45:14 -03:00
parent d3f40afa67
commit 98284eb44a

View file

@ -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