1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-09-17 16:36:00 -03:00
parent 684c1b344f
commit 6347b985fe

View file

@ -181,17 +181,7 @@ if (empty($output)) {
]
];
$feed->configurationFeed->deeplinkTemplates = [[
"id" => "1",
"template" => "http://partner.com/[id]",
"tokenDefinitions" => [
[
"token" => "id",
"path" => "$.AvailabilityFeed.OnDemandOfferings.CustomAttributes.Id"
]
],
"action" => 0
]];
$feed->configurationFeed->deeplinkTemplates = [];
// Content Feed (productions)
$feed->contentFeed = new stdClass();