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

html5=1 stopped working it was working previously **java.io.FileNotFoundException: https://www.youtube.com/get_video_info?html5=1&video_id=308rv6DRp8Q&eurl=https%3A%2F%2Fyoutube.googleapis.com%2Fv%2F308rv6DRp8Q**

html5=1 stopped working it was working previously java.io.FileNotFoundException: https://www.youtube.com/get_video_info?html5=1&video_id=308rv6DRp8Q&eurl=https%3A%2F%2Fyoutube.googleapis.com%2Fv%2F308rv6DRp8Q

otherwise tell me how can i pass this parameter html5=1 in method extractYoutubeUrl() extractYoutubeUrl("https://www.youtube.com/watch?v=$id",iTag.toInt(),::getDecodedUrl)

how to pass this parameter html5=1 in my method extractYoutubeUrl() extractYoutubeUrl("https://www.youtube.com/watch?v=$id",iTag.toInt(),::getDecodedUrl)

When we run unlisted video the video runs for 2 seconds and then stop working.

Hi I opened an issue today and it was closed by you with a commit but the issue hasn't been resolved. It still gives me ytFiles is null Thanks

Matcher mat = patSignatureDecFunction.matcher(javascriptFile); in decipherSignature function cannot match anythings. sample url https://www.youtube.com/watch?v=gkAHSL003PA https://www.youtube.com/watch?v=wGfnUwBK5Ow

Hello, The library seems to fail in retrieving files. Previously, It was working fine. https://www.youtube.com/watch?v=399MUvwbb3g

When I try to extract direct url of a youtube video, extractor randomly returns ytFiles as sparseArray or sometimes as null for the same video. This issue is not specific...