[extractor/common] Fix typos
authorSergey M․ <dstftw@gmail.com>
Fri, 14 Sep 2018 18:53:01 +0000 (01:53 +0700)
committerSergey M․ <dstftw@gmail.com>
Fri, 14 Sep 2018 18:53:01 +0000 (01:53 +0700)
youtube_dl/extractor/common.py

index 8eab5947f8ff2566628ac49b8813d33e18c302a5..2dbf81e6e27dc858eb038dffae8a8085f0e61eb6 100644 (file)
@@ -212,7 +212,7 @@ class InfoExtractor(object):
     uploader_id:    Nickname or id of the video uploader.
     uploader_url:   Full URL to a personal webpage of the video uploader.
     channel:        Full name of the channel the video is uploaded on.
-                    Note that channel fields may or may noy repeat uploader
+                    Note that channel fields may or may not repeat uploader
                     fields. This depends on a particular extractor.
     channel_id:     Id of the channel.
     channel_url:    Full URL to a channel webpage.
@@ -1706,9 +1706,9 @@ class InfoExtractor(object):
                 # However, this is not always respected, for example, [2]
                 # contains EXT-X-STREAM-INF tag which references AUDIO
                 # rendition group but does not have CODECS and despite
-                # referencing audio group an audio group, it represents
-                # a complete (with audio and video) format. So, for such cases
-                # we will ignore references to rendition groups and treat them
+                # referencing an audio group it represents a complete
+                # (with audio and video) format. So, for such cases we will
+                # ignore references to rendition groups and treat them
                 # as complete formats.
                 if audio_group_id and codecs and f.get('vcodec') != 'none':
                     audio_group = groups.get(audio_group_id)