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

Deprecated: Android based YouTube URL extractor and downloader

Results 110 android-youtubeExtractor issues
Sort by recently updated
recently updated
newest added

Hi, I just noticed there's an issue with extracting old youtube videos. For example: I'm trying to download Timbaland - Apologize (2009) and app crashes, > java.lang.nullpointerexception: Attempt to invoke...

Hello, I extracted a youtube video from a normal video and try to play it in Exo player, but it stops every few seconds, there is no connection issue, I...

I love your coding and script. can you tell me how to make this library automatically choose quality without showing the quality dialog . like we do in youtube itself

set use cache = true for httpconnection.

I got an error for the first time I called extractorUrl() It always return exception with this line of code `JSONObject ytPlayerResponse = new JSONObject(mat.group(1));` But when I try it...

I tried everything i know and still not downloading fast enough. I downloaded 12 seconds video like 5 minutes...

Migrated to androidX. Upgraded compileSdkVersion and targetSdkVersion to 32 Fixed null ytFile issue for adaptiveFormats.

Hi, I have this problem ``` W/System.err: java.io.FileNotFoundException: https://www.youtube.com/get_video_info?video_id=cGxi8YVfbLA&eurl=https%3A%2F%2Fyoutube.googleapis.com%2Fv%2FcGxi8YVfbLA 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 net.techcomet.myapplication.YouTubeExtractor.getStreamUrls(YouTubeExtractor.java:220) at net.techcomet.myapplication.YouTubeExtractor.doInBackground(YouTubeExtractor.java:196) at net.techcomet.myapplication.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...

Any live that I'm playing is there is not hlsManifestUrl only dashManifestUrl. Any suggestions what parameter should I add?.

After added c=TVHTML5&cver=6.20180913 this parameter. Youtube recorded video is working fine but live video url not played. if anyone solved this problem then share detail.