diff options
Diffstat (limited to 'youtube_dl/extractor/smotri.py')
-rw-r--r-- | youtube_dl/extractor/smotri.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/smotri.py b/youtube_dl/extractor/smotri.py index ff539ea0c..4ea89bf85 100644 --- a/youtube_dl/extractor/smotri.py +++ b/youtube_dl/extractor/smotri.py @@ -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 + } |