Added some LINK_DOMAINS. #50

This commit is contained in:
Marcus Scholz 2021-10-02 06:00:25 +02:00
parent 056d937f15
commit a37a445986
1 changed files with 6 additions and 1 deletions

View File

@ -8,9 +8,14 @@ LINK_TYPES = (
('vimeo', "Vimeo"),
('flickr', 'Flickr'),
('googlephotos', "Google Photos"),
('photoalbum', "Photo album")
('photoalbum', "Photo album"),
)
LINK_DOMAINS = {
'youtu.be': 'youtube',
'y2u.be': 'youtube',
}
class ExternalLink(PlaceAsset):
class Meta: