From b18442d5477c9ba5f0dcf7aee5e47640b9ccd2b9 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Mon, 17 Jan 2022 13:02:01 +0100
Subject: [PATCH] new OJS journal "tyche", see #26873

---
 dcd.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dcd.pl b/dcd.pl
index af1ee58..1aa0112 100755
--- a/dcd.pl
+++ b/dcd.pl
@@ -173,6 +173,7 @@ sub register_url
       || $repo_url =~ m#https://(chronotopos\.eu)/index\.php/(cts)/article/view/(\d+)$#
       || $repo_url =~ m#https://(viennalawreview\.com)/index\.php/(vlr)/article/view/(\d+)$#
       || $repo_url =~ m#https://(aseas\.univie\.ac\.at)/index\.php/(aseas)/article/view/(\d+)$#
+      || $repo_url =~ m#https://(tyche\.univie\.ac\.at)/index\.php/(tyche)/article/view/(\d+)$#
       || $repo_url =~ m#https://(www\.protokollezurbibel\.at)/index\.php/(pzb)/article/view/(\d+)$#
       || $repo_url =~ m#https://(www\.tde-journal\.org)/index\.php/(tde)/article/view/(\d+)$#
       # Othes
-- 
GitLab