Skip to content

Commit 048ce7b

Browse files
committed
api/twitch: add support for m. subdomain
1 parent d3ea80f commit 048ce7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/processing/service-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ export const services = {
165165
twitch: {
166166
patterns: [":channel/clip/:clip"],
167167
tld: "tv",
168+
subdomains: ["clips", "www", "m"],
168169
},
169170
twitter: {
170171
patterns: [

0 commit comments

Comments
 (0)