From 4f164bfb04e0d49c333ffb53e3834d5b90d9e8a3 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Tue, 6 Oct 2020 18:15:45 +0200
Subject: [PATCH] added new OJS journal "wdr"

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

diff --git a/dcd.pl b/dcd.pl
index 9ede85e..c690c41 100755
--- a/dcd.pl
+++ b/dcd.pl
@@ -158,7 +158,7 @@ sub register_url
       || $repo_url =~ m#https://(ojs3test\.univie\.ac\.at)/index\.php/wks/article/view/(\d+)$#
       || $repo_url =~ m#https://(wbagon\.univie\.ac\.at)/index\.php/(wbagon)/article/view/(\d+)$#
       || $repo_url =~ m#https://(rezenstfm\.univie\.ac\.at)/index\.php/(tfm)/article/view/(\d+)$#
-      || $repo_url =~ m#https://(journals\.univie\.ac\.at)/index\.php/(yis|kf|mp|oezg)/article/view/(\d+)$#
+      || $repo_url =~ m#https://(journals\.univie\.ac\.at)/index\.php/(yis|kf|mp|oezg|wdr)/article/view/(\d+)$#
       || $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://(othes\.univie\.ac\.at)/(\d+)/$#
-- 
GitLab