python-youtube
python-youtube copied to clipboard
feat(videos): add video recording details
Make it possible to add a recording date to a video.
The recordingDate is the only non-deprecated property of the recordingDetails object.
The video that is usually used for the tests doesn't contain any recordingDetails, hence I've used another video and used that data as test fixture.
The YouTube API v3 docs for recordingDetails also list recordingDetails.location as a possible property. Its type is an object, but all its members are deprecated. I've opened a bug report that the location property should also get a deprecation notice at https://issuetracker.google.com/issues/361963991.