Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Http url output support #2

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
Add space to end of file
CaitlinOCallaghan committed Jun 29, 2021
commit fe0e2c12777011a9fd31264694664b762f4773cf
3 changes: 2 additions & 1 deletion streamer/util.py
Original file line number Diff line number Diff line change
@@ -17,4 +17,5 @@
def is_url(output_location: str) -> bool:
"""Returns True if the output location is a URL."""
return (output_location.startswith('http:') or
output_location.startswith('https:'))
output_location.startswith('https:'))