Android Question Cannot extract url with YoutubeDL

catyinwong

Active Member
Licensed User
Longtime User
B4X:
 Dim yt as B4AYouTubeDl
yt.initialize("yt")
yt.extractlink($"https://m.youtube.com/watch?v=0xdZXOM_Otc"$)

the above code does not raise yt_OnResult or yt_OnError. only the log shows the message "Error connecting to the Internet" but the phone is already online, it plays youtube video on the browser fine. Anyone knows why is that?
 
Top