chore: allow download audio/video through HTTP node (#7224)

pull/7269/head
非法操作 2 years ago committed by GitHub
parent 429e85f5d6
commit 3a27166c2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -133,9 +133,6 @@ class HttpRequestNode(BaseNode):
"""
files = []
mimetype, file_binary = response.extract_file()
# if not image, return directly
if 'image' not in mimetype:
return files
if mimetype:
# extract filename from url

Loading…
Cancel
Save