c# - How to set custom thumbnail for video upload with dailymotion api -
how set custom thumbnail video upload dailymotion api. i'm using https://github.com/cbenard/sodailymotionupload/tree/master/so%20dailymotion%20upload , works else can't able find way add custom thumbnail. appreciated.
it's field "thumbnail_url".
for exemple in php :
$result = $api->call('video.create', array( 'url' => $url, 'title' => 'my awesome video', 'channel' => 'fun', 'thumbnail_url' => 'http://www.website.com/thumb.png', 'description' => 'my awesome description', 'tags' => 'test,tags', 'published' => true ));
Comments
Post a Comment