diff --git a/lib/Noembed/Provider/TickCounter.pm b/lib/Noembed/Provider/TickCounter.pm
new file mode 100644
index 0000000..94e123f
--- /dev/null
+++ b/lib/Noembed/Provider/TickCounter.pm
@@ -0,0 +1,9 @@
+package Noembed::Provider::TickCounter;
+
+use parent 'Noembed::oEmbedProvider';
+
+sub provider_name {"TickCounter"}
+sub patterns {'https?://www\.tickcounter\.com/(countdown|countup|ticker|worldclock)/.+'}
+sub oembed_url {'https://www.tickcounter.com/oembed'}
+
+1;
diff --git a/share/demo/index.html b/share/demo/index.html
index 87bca26..deb4908 100644
--- a/share/demo/index.html
+++ b/share/demo/index.html
@@ -153,6 +153,7 @@
Other
Wikipedia
XKCD
YouTube
+ TickCounter
Existing oEmbed Sites
diff --git a/share/providers.json b/share/providers.json
index ea3ec84..505cbb6 100644
--- a/share/providers.json
+++ b/share/providers.json
@@ -1150,6 +1150,26 @@
}
]
},
+ {
+ "provider_name": "TickCounter",
+ "provider_url": "https:\/\/www.tickcounter.com\/",
+ "endpoints": [
+ {
+ "schemes": [
+ "http:\/\/www.tickcounter.com\/countdown\/*",
+ "http:\/\/www.tickcounter.com\/countup\/*",
+ "http:\/\/www.tickcounter.com\/ticker\/*",
+ "http:\/\/www.tickcounter.com\/worldclock\/*",
+ "https:\/\/www.tickcounter.com\/countdown\/*",
+ "https:\/\/www.tickcounter.com\/countup\/*",
+ "https:\/\/www.tickcounter.com\/ticker\/*",
+ "https:\/\/www.tickcounter.com\/worldclock\/*"
+ ],
+ "url": "https:\/\/www.tickcounter.com\/oembed",
+ "discovery": true
+ }
+ ]
+ },
{
"provider_name": "Topy",
"provider_url": "http:\/\/www.topy.se\/",