johnalp
Results
1
comments of
johnalp
I faced the same issue, here how I fixed it: Replace GetHtml5PlayerVersion() in DownloadUrlResolver.cs with this: private static string GetHtml5PlayerVersion(JObject json) { var regex = new Regex(@"player_ias-(.+?).js"); string js =...