wubloader/playlist_manager
Mike Lang b9c44375c3 playlist_manager: Don't add non-public videos to playlists
So that playlists don't pick up unlisted videos.
When the video is modified to be public, it will be added as normal.

However, note that since playlist_manager never removes videos from playlists,
making an existing video public video unlisted will not remove it from playlists.
..
playlist_manager playlist_manager: Don't add non-public videos to playlists
Dockerfile Link images to github repo by adding a LABEL
setup.py Unpin gevent as that was a workaround for a py2 issue