1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-29 20:51:10 +02:00

[screenjunkies] Fix spelling

This commit is contained in:
Sergey M․ 2016-02-16 01:30:00 +06:00
parent fe80df3080
commit f66a3c7bc2

View File

@ -93,8 +93,8 @@ def _real_extract(self, url):
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')