Closed SergeyDCT closed 4 years ago
@omansak what is the new decrypt regex??
@Gr3gorywolf It is not decrypt issue. Randomly Youtube generate different signature . I working on it
@Gr3gorywolf @SergeyDCT test my last commit #125 (https://github.com/omansak/libvideo)
@Gr3gorywolf @SergeyDCT test my last commit #125 (https://github.com/omansak/libvideo)
thank you!
@Gr3gorywolf @SergeyDCT test my last commit #125 (https://github.com/omansak/libvideo)
var video = cli.GetVideo("https://www.youtube.com/watch?v=4OH3JZyLVJE"); string uri = video.GetUri(); this.mediaElement.Source = new Uri(uri); I get an error while playing this uri. MediaElement Failed with Exception ErrorMessage = "MF_MEDIA_ENGINE_ERR_DECODE : HRESULT - 0xC00D4A3E"
@SergeyDCT it's decrypt issue.
New Regez : \bc\s*&&\s*a\.set\([^,]+,\s*(?:encodeURIComponent\s*\()?\s*([\w$]+)\(
@SergeyDCT test my last commit #125 (https://github.com/omansak/libvideo)
@SergeyDCT it's decrypt issue.
New Regez :
\bc\s*&&\s*a\.set\([^,]+,\s*(?:encodeURIComponent\s*\()?\s*([\w$]+)\(
thank you
var video = cli.GetVideo(query); string uri = video.GetUri();
I get Exception Message Could not parse the Youtube page for URL http://youtube.com/watch?v=2vjPBrBU-TM\nThis may be due to a change of the Youtube page structure.\nPlease report this bug at www.github.com/flagbug/YoutubeExtractor/issues