android-youtubeExtractor icon indicating copy to clipboard operation
android-youtubeExtractor copied to clipboard

Not Extract URL

Open musickitapp opened this issue 4 years ago • 17 comments

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)

musickitapp avatar Apr 11 '20 13:04 musickitapp

I receive the same error

RadamireZ avatar Apr 14 '20 20:04 RadamireZ

I'm getting this error for enciphered videos

ali-nooreddine avatar Apr 15 '20 18:04 ali-nooreddine

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

RadamireZ avatar Apr 15 '20 18:04 RadamireZ

working without any problems.

any URL for example?

xibr avatar Apr 15 '20 18:04 xibr

For example this ID not work for me : Ej0ME8xdiF8

RadamireZ avatar Apr 15 '20 19:04 RadamireZ

fixed, close this issue.

xibr avatar Apr 18 '20 21:04 xibr

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

RadamireZ avatar Apr 18 '20 21:04 RadamireZ

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

RadamireZ avatar Apr 18 '20 21:04 RadamireZ

@RadamireZ

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

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

try to clear the cache.

xibr avatar Apr 18 '20 23:04 xibr

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

RadamireZ avatar Apr 18 '20 23:04 RadamireZ

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.

xibr avatar Apr 19 '20 00:04 xibr

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

RadamireZ avatar Apr 19 '20 01:04 RadamireZ

v2.1.0 works for me. Big thanks!

andj207 avatar Apr 19 '20 02:04 andj207

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.

xibr avatar Apr 19 '20 02:04 xibr

Still null on extraction complete in my code.

RadamireZ avatar Apr 19 '20 10:04 RadamireZ

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' ?

xibr avatar Apr 19 '20 12:04 xibr

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

RadamireZ avatar Apr 19 '20 12:04 RadamireZ