Closed (fixed)
Project:
Media: Dailymotion
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2012 at 11:57 UTC
Updated:
27 Oct 2013 at 06:10 UTC
Some videos on dailymotion are "private", which means they have a url that is only accessible if you know the URL.
For these videos, instead of :
http://www.dailymotion.com/video/{video id}_{clean url}
URLs are of type :
http://www.dailymotion.com/video/{video id (secret)}
Moreover, for these videos, thumbnails cannot be retrieved using :
http://www.dailymotion.com/thumbnail/video/{video id}
Instead we need to use the API :
https://api.dailymotion.com/video/{video id}?fields=thumbnail_url
And use the returned URL.
This patch addresses both issues.
| Comment | File | Size | Author |
|---|---|---|---|
| media_dailymotion_private_urls.patch | 1.4 KB | jide |
Comments
Comment #1
marvil07 commentedThanks for the patch! I'm sorry for the big delay here.
Added to 7.x-1.x.