SuryaVamshi

Results 4 comments of SuryaVamshi

@williamycyh That is correct but it is not working for every time. It seems they might have changes the file location.

I tried with the same but the same issue. At last i decrypted the sign and added to the end of the URL, then its working. I think the signature...

> From @suryajanaki example this is what I did and its working. > > Matcher mat2 = patCipherUrl.matcher(cipher); > if (mat2.find()) { > url = URLDecoder.decode(mat2.group(1), "UTF-8"); > mat2 =...

> hi @lortspogi if it is not a problem for you, I would like to add your solution to my PR [#163](https://github.com/HaarigerHarald/android-youtubeExtractor/pull/163). Thanks Simply changing the Pattern will fix this,...