From 4f107c050200abf4fe3fa5b8802af181f1541b9e Mon Sep 17 00:00:00 2001 From: Ivan Paramonau Date: Fri, 17 Jan 2025 09:23:08 -0500 Subject: [PATCH] domains: theta360 is discontinued --- plugins/domains/theta360.com/theta360.com.ejs | 4 -- plugins/domains/theta360.com/theta360.com.js | 37 ------------------- 2 files changed, 41 deletions(-) delete mode 100644 plugins/domains/theta360.com/theta360.com.ejs delete mode 100644 plugins/domains/theta360.com/theta360.com.js diff --git a/plugins/domains/theta360.com/theta360.com.ejs b/plugins/domains/theta360.com/theta360.com.ejs deleted file mode 100644 index ac2cb60fc..000000000 --- a/plugins/domains/theta360.com/theta360.com.ejs +++ /dev/null @@ -1,4 +0,0 @@ -
-
<%= description %> - <%= title %>
- -
diff --git a/plugins/domains/theta360.com/theta360.com.js b/plugins/domains/theta360.com/theta360.com.js deleted file mode 100644 index 572312dd2..000000000 --- a/plugins/domains/theta360.com/theta360.com.js +++ /dev/null @@ -1,37 +0,0 @@ -export default { - - re: /https:\/\/theta360\.com\/(?:spheres|s)(?:\/\w+)?\/[\w-]+/i, - - mixins: [ - "og-image", - "favicon", - "canonical", - "og-description", - "og-site", - "og-title" - ], - - getLink: function(og) { - return { - type: CONFIG.T.text_html, - rel: [CONFIG.R.player, CONFIG.R.inline, CONFIG.R.ssl], - template_context: { - title: og.title, - description: og.description, - url: og.url - }, - "aspect-ratio": 16/9 - }; - }, - - tests: [ - { - skipMixins: [ - "og-description" - ] - }, - "https://theta360.com/spheres/samples/2aec9a48-0a2b-11e3-95cf-080027b212e7-1", - "https://theta360.com/s/4CnG2mvnQDRE5NRFAU2sigrc8" - - ] -}; \ No newline at end of file