Code Clinic

Results 1 comments of Code Clinic

replace your getStreamUrls method with below and add this parameters: private static final Pattern patPlayerResponse = Pattern.compile("var ytInitialPlayerResponse\\s*=\\s*(\\{.+?\\})\\s*;"); private static final Pattern patSigEncUrl = Pattern.compile("url=(.+?)(\\u0026|$)"); private static final Pattern patSignature...