Repository URL to install this package:
# -*- coding utf-8 -*- PROVIDER_YOUTUBE = "youtube" PROVIDER_VIMEO = "vimeo" PROVIDERS_VIDEOS = ((PROVIDER_YOUTUBE, "Youtube"), (PROVIDER_VIMEO, "Vimeo"))