noammaoz
noammaoz
> Haven't looked at possible solutions yet. It's been a while since I have touched the tvOS Browser project. I will first try it with tvOS 14 and see if...
Any idea how to solve this?
I have the same issue?
I have found that the json don't contains args url_encoded_fmt_stream_map and adaptive_fmts so the functions GetStreamMap and GetAdaptiveStreamMap failed to provide the urls. Any idea how to solve this?
I have tried to change the GetStreamMap from json["args"]["url_encoded_fmt_stream_map"]; to json["args"]["player_response"]; and then navigate to ["streamingData"]["formats"] the same thing in GetAdaptiveStreamMap json["args"]["player_response"]; -> ["streamingData"]["adaptiveFormats"]; The function ExtractDownloadUrls is still failed...
Thanks a lot for the answer and it seems like there is a lot of other information in the PlayerRelatedToken. This is not helping to YoutubeExtractor because this is a...
Thanks a lot for the response and solution. the URL is not in var url = item["url"]?.ToString(); it should be var url = item["url"]?.ToString(); if (url == null) { url...
for example: https://www.youtube.com/watch?v=DkeiKbqa02g
Which library you are using?
> LinPolly/YoutubeExtractor This library is working fine. Thanks a lot.