diff options
author | nodiscc <nodiscc@gmail.com> | 2019-09-21 16:48:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-21 16:48:24 +0000 |
commit | 0b631e69d11e1860380deeeb684b82cab412518b (patch) | |
tree | b13c8917efb1027b600fc14e111880fbe1cb0afe /application/Thumbnailer.php | |
parent | 1df5e9ca866cb063f234b2a99762f73edbcb6c4c (diff) | |
download | Shaarli-0b631e69d11e1860380deeeb684b82cab412518b.tar.gz Shaarli-0b631e69d11e1860380deeeb684b82cab412518b.tar.zst Shaarli-0b631e69d11e1860380deeeb684b82cab412518b.zip |
thumbnailer: add soundcloud.com to list of common media domains
OpenGraph thumbnails are well supported on soundcloud.com, displaying an album/track/artist cover image
Diffstat (limited to 'application/Thumbnailer.php')
-rw-r--r-- | application/Thumbnailer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/Thumbnailer.php b/application/Thumbnailer.php index d5f5ac28..314baf0d 100644 --- a/application/Thumbnailer.php +++ b/application/Thumbnailer.php | |||
@@ -27,6 +27,7 @@ class Thumbnailer | |||
27 | 'instagram.com', | 27 | 'instagram.com', |
28 | 'pinterest.com', | 28 | 'pinterest.com', |
29 | 'pinterest.fr', | 29 | 'pinterest.fr', |
30 | 'soundcloud.com', | ||
30 | 'tumblr.com', | 31 | 'tumblr.com', |
31 | 'deviantart.com', | 32 | 'deviantart.com', |
32 | ]; | 33 | ]; |