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

SparseArray<YtFile> sparseArray return null while using this url https://www.youtube.com/watch?v=JJhSOTc6ZjU can anyone help me

Open dixit12345 opened this issue 5 years ago • 9 comments

java.io.FileNotFoundException: https://s.ytimg.com/yts/jsbin/null 2019-12-27 12:50:59.995 32204-32229/com.androidwave.youtubeexoplayer W/System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:255) 2019-12-27 12:50:59.995 32204-32229/com.androidwave.youtubeexoplayer W/System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(DelegatingHttpsURLConnection.java:210) 2019-12-27 12:50:59.995 32204-32229/com.androidwave.youtubeexoplayer W/System.err: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:26) 2019-12-27 12:50:59.995 32204-32229/com.androidwave.youtubeexoplayer W/System.err: at at.huber.youtubeExtractor.YouTubeExtractor.decipherSignature(YouTubeExtractor.java:454) 2019-12-27 12:50:59.996 32204-32229/com.androidwave.youtubeexoplayer W/System.err: at at.huber.youtubeExtractor.YouTubeExtractor.getStreamUrls(YouTubeExtractor.java:394) 2019-12-27 12:50:59.996 32204-32229/com.androidwave.youtubeexoplayer W/System.err: at at.huber.youtubeExtractor.YouTubeExtractor.doInBackground(YouTubeExtractor.java:194) 2019-12-27 12:50:59.996 32204-32229/com.androidwave.youtubeexoplayer W/System.err: at at.huber.youtubeExtractor.YouTubeExtractor.doInBackground(YouTubeExtractor.java:33) 2019-12-27 12:50:59.996 32204-32229/com.androidwave.youtubeexoplayer W/System.err: at android.os.AsyncTask$2.call(AsyncTask.java:333) 2019-12-27 12:50:59.997 32204-32229/com.androidwave.youtubeexoplayer W/System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2019-12-27 12:50:59.997 32204-32229/com.androidwave.youtubeexoplayer W/System.err: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245) 2019-12-27 12:50:59.997 32204-32229/com.androidwave.youtubeexoplayer W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 2019-12-27 12:50:59.997 32204-32229/com.androidwave.youtubeexoplayer W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 2019-12-27 12:50:59.998 32204-32229/com.androidwave.youtubeexoplayer W/System.err: at java.lang.Thread.run(Thread.java:764) 2019-12-27 12:51:01.295 32204-32204/com.androidwave.youtubeexoplayer D/ViewRootImpl@5ed2fb9[MainActivity]: stopped(false) old=true

dixit12345 avatar Dec 27 '19 07:12 dixit12345

I have the same problem. Please help me.

askinucuncu avatar Dec 27 '19 08:12 askinucuncu

I have made a library that can extract yt urls perfectly and fast just check it https://github.com/naveedhassan913/YouTubeExtractor

nhCoder avatar Dec 28 '19 21:12 nhCoder

Hello Naveed,

Is this a library also available for Ios and I am facing the same problem in ios. https://github.com/naveedhassan913/YouTubeExtractor

Thanks, Amit Dixit

On Sun, Dec 29, 2019 at 2:45 AM Naveed Hassan [email protected] wrote:

I have made a library that can extract yt urls perfectly and fast just check it https://github.com/naveedhassan913/YouTubeExtractor

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HaarigerHarald/android-youtubeExtractor/issues/125?email_source=notifications&email_token=AEK55EEDRMHJO6RMDRP4OVTQ266XPA5CNFSM4J7XPTRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHYSJPI#issuecomment-569451709, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEK55EEQYEU37BQCGPQBDTDQ266XPANCNFSM4J7XPTRA .

dixit12345 avatar Jan 17 '20 05:01 dixit12345

Sorry its not available ios

nhCoder avatar Jan 17 '20 05:01 nhCoder

Hello Naveed,

I have one question which is related to youtube extractor, in the future may be a chance your library stop provide extractor URL or youtube can block extractor URLs?. some time it gives URL and sometimes not.

https://github.com/naveedhassan913/YouTubeExtractor

Thanks & Regards,

Amit Dixit

On Fri, Jan 17, 2020 at 10:40 AM Naveed Hassan [email protected] wrote:

Sorry its not available ios

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HaarigerHarald/android-youtubeExtractor/issues/125?email_source=notifications&email_token=AEK55EBN5SAOY3ONB4BUGMDQ6E4TPA5CNFSM4J7XPTRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJGPA4Y#issuecomment-575467635, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEK55EF42I7S4BBF5QXY7HLQ6E4TPANCNFSM4J7XPTRA .

dixit12345 avatar Jan 17 '20 09:01 dixit12345

@dixit12345 No its working perfectly right now....As far as future.... I'll update if any issue in lib....

nhCoder avatar Jan 17 '20 09:01 nhCoder

I use the method Change URL youtube in library from "https://youtube.googleapis.com/v/" become "https://youtube.googleapis.com/v3/" in file YouTubeExtractor.java

gobankii20 avatar Feb 22 '20 04:02 gobankii20

Try update to v2.0.0 ! It working for me.

JabirDev avatar Mar 11 '20 01:03 JabirDev

@gobankii20 I tried this, but it is not working properly.

@JabirDev I tried this, but it is not working properly too..

I am testing with Galaxy s10, s6 edge, The Galaxy S10 works better. The s6edge rarely works after multiple attempts.

hhyeok1026 avatar Apr 14 '20 01:04 hhyeok1026