SuryaVamshi

Results 2 issues of SuryaVamshi

There is a FileNotFoundException even if we add the html5=1 to the URL. From past few days this exception is throwing when we extract the video.

Hi, I found a defect while reading/getting cipher signature from matcher group. Pattern patEncSig = Pattern.compile("s=(.{10,}?)(\\\\\\\\u0026|\\z)"); --- mat2 = patEncSig.matcher(cipher); if (mat2.find()) { sig = URLDecoder.decode(mat2.group(1), "UTF-8"); Qlog.d(TAG,"The final signature...