问题
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 you are a partner you can only download your own videos through your partner space: https://dailymotion.com/partner.
If you are a verified partner, you can contact your content manager to find a way to have more details
来源:https://stackoverflow.com/questions/55194873/getting-dailymotion-video-uri-from-url-for-downloading