aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-02-16 01:30:00 +0600
committerSergey M․ <dstftw@gmail.com>2016-02-16 01:30:00 +0600
commitf66a3c7bc2c675b0a053c6cfab6f755cb9f5bbda (patch)
tree4fef0d2aeda0483427b10483dad2d01b59db7a55 /youtube_dl
parentfe80df30804736db5e644ad15ac09149c57ddf33 (diff)
downloadyoutube-dl-f66a3c7bc2c675b0a053c6cfab6f755cb9f5bbda.tar.xz
[screenjunkies] Fix spelling
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/screenjunkies.py4
1 files changed, 2 insertions, 2 deletions
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')