YoutubeExtractor icon indicating copy to clipboard operation
YoutubeExtractor copied to clipboard

Changes to DownloadUrlResolver

Open anilgit90 opened this issue 6 years ago • 3 comments

  1. Changed signature resolving.
  2. Changed player regex url resolver.

anilgit90 avatar Dec 17 '18 08:12 anilgit90

Nice job dude! Will try and code-review/test your changes sometime next week or post Christmas. Given the main repo is not being actively maintained, let's see if we can maintain your forked repo.

ac-lap avatar Dec 18 '18 17:12 ac-lap

Hello,

self problem with: https://www.youtube.com/watch?v=G4mlA65wsbE

public static string DecipherWithVersion(string cipher, string cipherVersion) { string jsUrl = string.Format("http://s.ytimg.com/yts/jsbin/player-{0}.js", cipherVersion);

        string js = HttpHelper.DownloadString(jsUrl);
        

404 file not found jsUrl

ex

HelgeStiemerling avatar Dec 20 '18 21:12 HelgeStiemerling

This did not download https://www.youtube.com/watch?v=7rwW1ErcVu8

rcabreu avatar Jan 29 '19 23:01 rcabreu