django-youtube
django-youtube copied to clipboard
Youtube API wrapper app for Django
Bumps [django](https://github.com/django/django) from 1.11.29 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
Bumps [django-registration](https://github.com/ubernostrum/django-registration) from 0.8 to 3.1.2. Commits 2db0bb7 Merge pull request from GHSA-58c7-px5v-82hh f314570 Bump version numbers for 3.1.2. 41460db Add CVE number to release notes. d68ec81 Add release notes...
Please help me with this.I already have authenticated using django-social-auth. I need to upload to user youtube account from there.
its take too much time to change url package ,Modelform's attribute which is necessary to define in django 1.6 or greater version.
Hi, Could you show an example where the upload form includes title and a description? I'm unable to add the title and the description from a POST through your api.upload...
Here's my effort: def video_list(request, username=None): ``` # trying to lists all user uploaded videos in my channel # If user is not authenticated and username is None, raise an...