X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fsmotri.py;h=4ea89bf85e7c27cd159af8b6a927a92476b70b0d;hb=693b8b2d310e119417787e7b06d1e1832d16f05d;hp=ff539ea0cbcb332c8a7e107174e7847abe60bca7;hpb=8aff7b9bc47795288c65399d6fcac7a8c48004e9;p=youtube-dl 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 + }