HaarigerHarald / android-youtubeExtractor

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

V2.0.0 not fix #141

Closed thanhtuht closed 4 years ago

thanhtuht commented 4 years ago

I use implementation 'com.github.HaarigerHarald:android-youtubeExtractor:2.0.0' But when i check code package at.huber.youtubeExtractor;

private static final Pattern patSignatureDecFunction = Pattern.compile("([\\w$]+)\\s*=\\s*function\\(([\\w$]+)\\).\\s*\\2=\\s*\\2\\.split\\(\"\"\\)\\s*;"); Same old version (New version is : private static final Pattern patSignatureDecFunction = Pattern.compile("\\b([\\w$]{2})\\s*=\\s*function\\((\\w+)\\)\\{\\s*\\2=\\s*\\2\\.split\\(\"\"\\)\\s*;");

Not fix (Same old version- notworking with some video example: https://www.youtube.com/watch?v=nAVEmleFDe4

thanhtuht commented 4 years ago

Sorry it my mistake