android-youtubeExtractor
android-youtubeExtractor copied to clipboard
how to pass html5=1 in my request method
how to pass this parameter html5=1 in my method extractYoutubeUrl()
extractYoutubeUrl("https://www.youtube.com/watch?v=$id",iTag.toInt(),::getDecodedUrl)
I downloaded the source code and added it directly to the YoutubeExtractor url string
please sir do this as soon as possible. thanku so much sir for reply. I am waiting your response.
Sorry. I am not a contributor to this repo. If you clone the repo, and link it to your project I can tell you where to make the change
@DotProduct in youtubeExtractor java file shows read only i cant doany changes,how to change it ,bro
You cloned it? Or pull down the zip file? Make sure you are accessing the file after it has been unzipped. Otherwise extract the files first then make the change If you cloned it, I'm not sure why your own filesystem would prevent you from editing
sir please you create clone of it and make nassesary changes like html5=1 and provide new repo
implementation 'com.github.HaarigerHarald:android-youtubeExtractor:v2.0.0'
@karthikstrk you can use this fork
implementation 'com.github.MahmoudMabrok:android-youtubeExtractor:master-SNAPSHOT'
Description how it works here. https://github.com/thisistorsten/YouTubeApiSharp
i found it is being added (html5=1)
https://github.com/HaarigerHarald/android-youtubeExtractor/blob/46579d12cb33ea9815720416a48bf5f5fb9c88b7/youtubeExtractor/src/main/java/at/huber/youtubeExtractor/YouTubeExtractor.java#L209
we should use implementation 'com.github.HaarigerHarald:android-youtubeExtractor:master-SNAPSHOT'