processing: add loom support (#530)

This commit is contained in:
wukko
2024-05-29 13:12:52 +06:00
committed by GitHub
parent 2a2183aa84
commit e4d42fa86a
7 changed files with 89 additions and 5 deletions

View File

@@ -129,6 +129,7 @@ export default function(r, host, userFormat, isAudioOnly, lang, isAudioMuted, di
case "tumblr":
case "pinterest":
case "streamable":
case "loom":
responseType = "redirect";
break;
}