Merge remote-tracking branch 'dstftw/smotri.com-broadcast'
[youtube-dl] / youtube_dl / extractor / smotri.py
index ff539ea0cbcb332c8a7e107174e7847abe60bca7..4ea89bf85e7c27cd159af8b6a927a92476b70b0d 100644 (file)
@@ -9,7 +9,7 @@ from .common import InfoExtractor
 from ..utils import (
     compat_urllib_parse,
     compat_urllib_request,
-    ExtractorError
+    ExtractorError,
 )
 
 
@@ -353,4 +353,4 @@ class SmotriBroadcastIE(InfoExtractor):
             'play_path': broadcast_playpath,
             'rtmp_live': True,
             'rtmp_conn': rtmp_conn
-        }
\ No newline at end of file
+        }