Tyrrrz/YoutubeExplode

Failed to extract cipher manifest

開放

#902 建立於 2025年8月11日

 (14 則留言) (0 個反應) (0 位負責人)C# (587 個分叉)github user discovery
bugbug/caused by youtubehelp wanted

倉庫指標

星標
 (3,708 顆星)
PR 合併指標
 (平均合併 3天) (30 天內合併 1 個 PR)

描述

Version

6.5.4

Platform

.NET 8 / Windows 11

Steps to reproduce

var client = new YoutubeClient();
VideoId id = new("https://www.youtube.com/watch?v=UFdO3wodIJk");
try { await client.Videos.GetAsync(id); }
catch (Exception ex) { Console.WriteLine(ex); } // VideoUnavailableException
try { var cc = await client.Videos.ClosedCaptions.GetManifestAsync(id); }
catch (Exception ex) { Console.WriteLine(ex); } // VideoUnavailableException
try { var streams = await client.Videos.Streams.GetManifestAsync(id); }
catch (Exception ex) { Console.WriteLine(ex); } // YouTubeExplodeException "Failed to extract the cipher manifest."

Details

Thanks for building and maintaining this great library!

While the library works great for most videos I try it with, this particular one fails reliably for me even though on the front-end I don't see anything special about it.

Checklist

  • I have looked through existing issues to make sure that this bug has not been reported before
  • I have provided a descriptive title for this issue
  • I have made sure that this bug is reproducible on the latest version of the package
  • I have provided all the information needed to reproduce this bug as efficiently as possible
  • I have sponsored this project
  • I have not read any of the above and just checked all the boxes to submit the issue

貢獻者指南