Skip to content

Commit

Permalink
Add mindtouch to worker
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Oct 31, 2024
1 parent 41f91dd commit 7214f6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workers/app/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
OFFLINER_IFIXIT = "ifixit"
OFFLINER_FREECODECAMP = "freecodecamp"
OFFLINER_DEVDOCS = "devdocs"
OFFLINER_MINDTOUCH = "mindtouch"

ALL_OFFLINERS = [
OFFLINER_MWOFFLINER,
Expand All @@ -139,6 +140,7 @@
OFFLINER_IFIXIT,
OFFLINER_FREECODECAMP,
OFFLINER_DEVDOCS,
OFFLINER_MINDTOUCH,
]
SUPPORTED_OFFLINERS = [
offliner
Expand All @@ -152,6 +154,7 @@
OFFLINER_SOTOKI,
OFFLINER_IFIXIT,
OFFLINER_YOUTUBE,
OFFLINER_MINDTOUCH,
]

ALL_PLATFORMS = ["wikimedia", "youtube", "wikihow", "ifixit", "ted", "devdocs"]
Expand Down

0 comments on commit 7214f6d

Please sign in to comment.