vishap.contrib.plugins.youtube package

Submodules

vishap.contrib.plugins.youtube.vishap_plugin module

class vishap.contrib.plugins.youtube.vishap_plugin.YoutubePlugin[source]

Bases: vishap.base.BaseVideoPlugin

Youtube plugin.

embed_code = '\n <iframe src="//www.youtube.com/embed/{video_id}" {options} frameborder="0" allowfullscreen></iframe>\n '
id_pattern = '^(?P<value>[A-Za-z0-9\\-=_]{11})'
name = 'Youtube'
thumbnail_pattern = '//img.youtube.com/vi/{0}/{1}.jpg'
uid = 'youtube'
url_pattern = '^(?P<prefix>(https?\\:\\/\\/www\\.youtube\\.com\\/watch\\?v=)|(https?\\:\\/\\/www\\.youtube\\.com\\/v\\/)|(https?\\:\\/\\/youtu\\.be\\/))(?P<value>[A-Za-z0-9\\-=_]{11})'

Module contents