HaarigerHarald / android-youtubeExtractor

Deprecated: Android based YouTube URL extractor and downloader
Other
877 stars 304 forks source link

Most video parsing fails #128

Open renjiazhuo321 opened 4 years ago

renjiazhuo321 commented 4 years ago
    **ytFiles  is  null**

    ** mat.find()  false**

     mat = patDecryptionJsFile.matcher(streamMap);

        if (mat.find()) {
            curJsFileName = mat.group(1).replace("\\/", "/");
            if (mat.group(2) != null)
                curJsFileName.replace(mat.group(2), "");
            if (decipherJsFileName == null || !decipherJsFileName.equals(curJsFileName)) {
                decipherFunctions = null;
                decipherFunctionName = null;
            }
            decipherJsFileName = curJsFileName;
        }