From 7214f6db53115d75079ce31c7d4e9dc84a268fa8 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 31 Oct 2024 11:04:34 +0000 Subject: [PATCH] Add mindtouch to worker --- workers/app/common/constants.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workers/app/common/constants.py b/workers/app/common/constants.py index 0f43fe3e..4990c720 100644 --- a/workers/app/common/constants.py +++ b/workers/app/common/constants.py @@ -123,6 +123,7 @@ OFFLINER_IFIXIT = "ifixit" OFFLINER_FREECODECAMP = "freecodecamp" OFFLINER_DEVDOCS = "devdocs" +OFFLINER_MINDTOUCH = "mindtouch" ALL_OFFLINERS = [ OFFLINER_MWOFFLINER, @@ -139,6 +140,7 @@ OFFLINER_IFIXIT, OFFLINER_FREECODECAMP, OFFLINER_DEVDOCS, + OFFLINER_MINDTOUCH, ] SUPPORTED_OFFLINERS = [ offliner @@ -152,6 +154,7 @@ OFFLINER_SOTOKI, OFFLINER_IFIXIT, OFFLINER_YOUTUBE, + OFFLINER_MINDTOUCH, ] ALL_PLATFORMS = ["wikimedia", "youtube", "wikihow", "ifixit", "ted", "devdocs"]