X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fscreenjunkies.py;h=f2af15f6b43ef5cd205db383cd01c283069dd05b;hb=7404061141147d0346d6c27e7a76ff7285658219;hp=e0db180b81992bea04380a1e704e32e1ae70575c;hpb=c8a80fd8184cddbd30ac8188ce04486886156365;p=youtube-dl diff --git a/youtube_dl/extractor/screenjunkies.py b/youtube_dl/extractor/screenjunkies.py index e0db180b8..f2af15f6b 100644 --- a/youtube_dl/extractor/screenjunkies.py +++ b/youtube_dl/extractor/screenjunkies.py @@ -93,8 +93,8 @@ class ScreenJunkiesIE(InfoExtractor): if not bitrates: # When subscriptionLevel > 0, i.e. plus subscription is required - # media list will be empty. However, hds and hls uri are still - # available. We can grabbing them assuming bitrates to be default. + # media list will be empty. However, hds and hls uris are still + # available. We can grab them assuming bitrates to be default. bitrates = self._DEFAULT_BITRATES auth_token = embed_vars.get('AuthToken')