You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load predefined content (list of youtube videos) instead of browsing live youtube recommendation.
Describe the solution you'd like
I have a remotely hosted json file (or multiple files each for various categories ) containing list of youtube video ids (title, thumbnail also can be added in the json if required).
in the SmartTube i only wish to load those videos.
Are there any methods available to do this?
Describe alternatives you've considered
I thought about updating MediaServiceCore and intercepting the request in getBrowseResultTV method in BrowseApi and to call my server instead of youtube api. to get a json from my server that would slimier to json return by youtubei/v1/browse. but the BrowseResultTV that is parsed in BrowseService2 >getBrowseRowsTV method is quite complex & long to mimic! youtube v1 service returns json containing 2-3 thousands lines for list of five videos! not sure if its worth do to that much trouble.
I also thought about creating a playlist in youtube with my desired videos and load video from that playlist. But i don't know any endpoints in v1 api that allow to get few random videos from a target playlist. :( can't find youtube v1 docs
I was hoping some can point me to a simpler solution.
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like to request
Load predefined content (list of youtube videos) instead of browsing live youtube recommendation.
Describe the solution you'd like
I have a remotely hosted json file (or multiple files each for various categories ) containing list of youtube video ids (title, thumbnail also can be added in the json if required).
in the SmartTube i only wish to load those videos.
Are there any methods available to do this?
Describe alternatives you've considered
I thought about updating MediaServiceCore and intercepting the request in getBrowseResultTV method in BrowseApi and to call my server instead of youtube api. to get a json from my server that would slimier to json return by youtubei/v1/browse. but the BrowseResultTV that is parsed in BrowseService2 >getBrowseRowsTV method is quite complex & long to mimic! youtube v1 service returns json containing 2-3 thousands lines for list of five videos! not sure if its worth do to that much trouble.
I also thought about creating a playlist in youtube with my desired videos and load video from that playlist. But i don't know any endpoints in v1 api that allow to get few random videos from a target playlist. :( can't find youtube v1 docs
I was hoping some can point me to a simpler solution.
The text was updated successfully, but these errors were encountered: