HaarigerHarald / android-youtubeExtractor

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

Not Extract URL #142

Open musickitapp opened 4 years ago

musickitapp commented 4 years ago

W/System.err: java.io.FileNotFoundException: https://s.ytimg.com/yts/jsbin/null at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:255) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(DelegatingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:30) at at.huber.youtubeExtractor.YouTubeExtractor.decipherSignature(YouTubeExtractor.java:436) at at.huber.youtubeExtractor.YouTubeExtractor.getStreamUrls(YouTubeExtractor.java:394) at at.huber.youtubeExtractor.YouTubeExtractor.doInBackground(YouTubeExtractor.java:196) at at.huber.youtubeExtractor.YouTubeExtractor.doInBackground(YouTubeExtractor.java:34) at android.os.AsyncTask$3.call(AsyncTask.java:378) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:919)

RadamireZ commented 4 years ago

I receive the same error

ali-nooreddine commented 4 years ago

I'm getting this error for enciphered videos

RadamireZ commented 4 years ago

So using http, it's enough to figure out the problem? or the lab need to be upgated?

xibr commented 4 years ago

working without any problems.

any URL for example?

RadamireZ commented 4 years ago

For example this ID not work for me : Ej0ME8xdiF8

xibr commented 4 years ago

fixed, close this issue.

RadamireZ commented 4 years ago

in my case the problem persist, try this: 9dmpUjW18MQ

RadamireZ commented 4 years ago

I tried again the first video and it doesn't work for me, but for some videos works. url in http and double true as parameters

xibr commented 4 years ago

@RadamireZ

in my case the problem persist, try this: 9dmpUjW18MQ

Screenshot_٢٠٢٠٠٤١٩-٠٣١٨٢٩_YouTube Download

try to clear the cache.

RadamireZ commented 4 years ago

i'm using it from source code, maybe it doesn't take the last update?

xibr commented 4 years ago

make sure you are using the latest provided apk from here https://github.com/HaarigerHarald/android-youtubeExtractor/releases/tag/v2.1.0

after install, clear app data and try again.

RadamireZ commented 4 years ago

after sync the gradle, it still not work. I can only extract some video, maybe it's only my problem.

andj207 commented 4 years ago

v2.1.0 works for me. Big thanks!

xibr commented 4 years ago

after sync the gradle, it still not work. I can only extract some video, maybe it's only my problem.

Go to build > clean project after cleaning Rebuild project.

RadamireZ commented 4 years ago

Still null on extraction complete in my code.

xibr commented 4 years ago

I think you downloaded the library folder and added it to Android Studio without making any changes. You are not used implementation 'com.github.HaarigerHarald:android-youtubeExtractor:master-SNAPSHOT' ?

RadamireZ commented 4 years ago

Yes, i' m using that line to import it , i'm not using any static libs yet.