You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is preliminary to propose a pull-request
In the API documentation, the parameter for geoblocking is listed as an array, which then is defined as:
It was expected that, following 2nd line of the example, the params arguments for the Dailymotion.post() method could include an element as "geoblocking": ["allow", "fr"]" while it was expected to be set as "geoblocking": "allow,fr".
This is not intuitive.
I will propose a PR to seamlessly convert parameters passed as a list into a comma-separated string