HaarigerHarald / android-youtubeExtractor

Deprecated: Android based YouTube URL extractor and downloader
Other
877 stars 304 forks source link

old user agent. How can i fix it ???? #236

Closed BatuhanAkar closed 1 year ago

BatuhanAkar commented 1 year ago

i'm using the latest version v2.1.0 but still the old user agent settings , and the file is opened only in reading mode.

how can i fix it ???

implementation 'com.github.HaarigerHarald:android-youtubeExtractor:2.1.0'

private static final String USER_AGENT = "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36";

implementation 'com.github.HaarigerHarald:android-youtubeExtractor:master-SNAPSHOT'

is not working. it can't find repositories when i use this dependency

BatuhanAkar commented 1 year ago

solved.