We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae75532 + 8189a03 commit 5e81a35Copy full SHA for 5e81a35
Contents/Code/__init__.py
@@ -293,8 +293,7 @@ def PlayVideo(url, c_user_agent = None):
293
# Custom User-Agent string
294
if c_user_agent:
295
HTTP.Headers['User-Agent'] = c_user_agent
296
-
297
- HTTP.Headers['Referer'] = 'some text'
+
298
return IndirectResponse(VideoClipObject, key = url)
299
300
####################################################################################################
0 commit comments