dailymotion-sdk-python icon indicating copy to clipboard operation
dailymotion-sdk-python copied to clipboard

Dailymotion SDK Python

Results 8 dailymotion-sdk-python issues
Sort by recently updated
recently updated
newest added

Hi, Is it possible to retrieve information from subchannel ? Looking in Dailymotion API Explorer, we can do calls like //, but , trying and it's not working, i'm receiving...

I have set an environment variables for my api_key and api_secret using Python decouple in settings.py From decouple import config API_KEY = config('API_KEY) API_SECRET = config('API_SECRET') While in the .env...

This pull request is mostly about style (hence the title), but also some minor clean up (imports, unused parameters, wrong error message). Hope it'll be of your interest.

just hit this, I write a small upload script to batch upload my video, as those video always exceed the limit, so I put it into a simple loop to...

When Uploading videos, instead of using /me/videos We want to promote /user//videos

When Uploading videos, instead of using /me/videos We want to promote /user//videos

This PR propose a solution to seamlessly handle parameters defined as "array" is the documention as python `list` See issue #44

_This issue is preliminary to propose a pull-request_ In the [API documentation](https://developers.dailymotion.com/api/platform-api/reference/), the parameter for geoblocking is listed as an array, which then is defined as: It was expected that,...