android-youtubeExtractor
android-youtubeExtractor copied to clipboard
decipherJsFile = null ,it make execption file not found at line 479 in YoutubeExtractor.java (master branch)
if (decipherFunctionName == null || decipherFunctions == null) { String decipherFunctUrl = "https://s.ytimg.com/yts/jsbin/" + decipherJsFileName;
BufferedReader reader = null;
String javascriptFile;
URL url = new URL(decipherFunctUrl);
HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection();
urlConnection.setRequestProperty("User-Agent", USER_AGENT);
try {
reader = new BufferedReader(new InputStreamReader(urlConnection.getInputStream()));
Check out this lib its working perfectly right now https://github.com/naveedhassan913/YouTubeExtractor
thank you very much