Browse Source

Add SiteInfo for Vimeo (vimeo.com)

merge-requests/85/head
Deimos 5 years ago
parent
commit
f139c9d8aa
  1. 3
      tildes/tildes/lib/site_info.py

3
tildes/tildes/lib/site_info.py

@ -38,6 +38,9 @@ SITE_INFO_BY_DOMAIN = {
"twitter.com": SiteInfo( "twitter.com": SiteInfo(
"Twitter", show_author=True, content_type=TopicContentType.TWEET "Twitter", show_author=True, content_type=TopicContentType.TWEET
), ),
"vimeo.com": SiteInfo(
"Vimeo", show_author=True, content_type=TopicContentType.VIDEO
),
"youtube.com": SiteInfo( "youtube.com": SiteInfo(
"YouTube", show_author=True, content_type=TopicContentType.VIDEO "YouTube", show_author=True, content_type=TopicContentType.VIDEO
), ),

Loading…
Cancel
Save