iKlotho / youtube-upload

Automatically exported from code.google.com/p/youtube-upload
1 stars 0 forks source link

Feature request: create unlisted playlist #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
= Versions

youtube-upload: 0.7.3
python: 2.7.3
python-gdata: 2.0.18

= Describe the steps (including the command you run) that will reproduce
the problem?

It would be nice if one can create unlisted playlist with "--create-playlist" 
option.

For now only options available are public and private.

Possible implementation:

--create-playlist=TITLE|DESCRIPTION|VISIBILITY (0=Private, 1=Unlisted, 2=Public)

Thx!

Original issue reported on code.google.com by m4Ri000 on 11 Nov 2013 at 1:21

GoogleCodeExporter commented 9 years ago
Unfortunately that's the signature the Python API offers:

http://gdata-python-client.googlecode.com/hg/pydocs/gdata.youtube.service.html#Y
ouTubeService-AddPlaylist

AddPlaylist(self, playlist_title, playlist_description, playlist_private=None)

 playlist_private: An optional boolean, set to True if the playlist is to be private.

Original comment by tokland on 11 Nov 2013 at 2:39

GoogleCodeExporter commented 9 years ago

Original comment by tokland on 13 May 2014 at 8:32