This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Description
https://www.youtube.com/watch?v=_0a4GEGZCwE
with flagbug branch i got 8 urls, 4 times twice itag:22,18,36,17
with mysteryx93 branch i got only 404 (.js decipher), i used only Decipherer.cs and needed parts of VideoInfo.cs
Tested it with and without this needed Bugfix from flagbug branch.
//Find "C" in this: var A = B.sig||C (B.s)
//string functNamePattern = @"\.sig\s*\|\|([a-zA-Z0-9\$]+)\("; //Regex Formed To Find Word or DollarSign
string functNamePattern = @"\""signature"",\s?([a-zA-Z0-9\$]+)\("; //Regex Formed To Find Word or DollarSign
The expected result should be 6 Urls including iTag 140, can some1 confirm this behavior?