Getting dailymotion video URI from URL for downloading
问题 I can't download the video from the video URL. As I understand, I have to get a URI to download the video but I am unable to find the URI from the Dailymotion url using Dailymotion API. URL url = new URL ("https://www.dailymotion.com/video/" + dataSet.get(position).getId()); URI uri = url.toURI(); //I need URI value here downloadVideoFromURI(); I have tried the dailymotion api but it does not give the video uri as per my knowledge. 回答1: Dailymotion doesn't allow users to download videos. If