Inside4ndroid

Results 13 comments of Inside4ndroid

agreed we need okhttp updating to fix an issue on newer versions of android...

guess it may have something to with the js or them changing something the logs ouput this if it helps? ``` 09-02 08:23:21.799 29651-29651/com.example.ukturksapp W/BindingManager: Cannot call determinedVisibility() - never...

i am also having the same issue with streamtape all links return a default video telling us to go to streamtape website please fix :)

hi have the same issue.... `> Could not resolve com.github.HaarigerHarald:android-youtubeExtractor:master-SNAPSHOT. > Unable to load Maven meta-data from https://jitpack.io/com/github/HaarigerHarald/android-youtubeExtractor/master-SNAPSHOT/maven-metadata.xml. > Could not HEAD 'https://jitpack.io/com/github/HaarigerHarald/android-youtubeExtractor/master-SNAPSHOT/maven-metadata.xml'. > Read timed out` the url times...

okay after doing some testing it seems that any youtube url which has adverts returns ytFiles as null but youtube urls withou adverts work as normal.. for reference : WITHOUT...

> simple fix > change this line > `private static final Pattern patCipher = Pattern.compile("\"cipher\"\\s*:\\s*\"(.+?)\"");` > in [YouTubeExtractor.java](https://github.com/HaarigerHarald/android-youtubeExtractor/blob/45cd4820ec5b6d9b1b2241bbb831b5a51fb0cd8d/youtubeExtractor/src/main/java/at/huber/youtubeExtractor/YouTubeExtractor.java#L78) > > to this > `private static final Pattern patCipher = Pattern.compile("\"signatureCipher\"\\s*:\\s*\"(.+?)\"");`...

> > WITH ADVERTS - https://www.youtube.com/watch?v=2mY7AFTtYwQ > > This link works. i am still having the same issue with the above link even after doing the cipher regex change... for...

> check this apk > [advancedDownloader-debug.zip](https://github.com/HaarigerHarald/android-youtubeExtractor/files/4731007/advancedDownloader-debug.zip) installed it but there is no app icon and cant open it from app settings am i doing something wrong? EDIT: i went to...

seems to work fine?? but wont work in my java code?? this is how i am using extractor: ``` new YouTubeExtractor(getContext()) { @Override public void onExtractionComplete(SparseArray ytFiles, VideoMeta vMeta) {...

being doing some exploring and i have opened 2 youtube url's one that works for me and one that dont work and i have found that the one that doesnt...