diff options
author | pukkandan <pukkandan@gmail.com> | 2020-11-21 20:20:42 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2020-11-22 03:51:26 +0530 |
commit | a0566bbf5c3dea282447efb2926d71bafe1b7720 (patch) | |
tree | 8e4954cbeacb8d8ebcd144faa7fdea7375935d48 /youtube_dlc/extractor/common.py | |
parent | 3462ffa8929d2a40588669578ca912d57a0da1bb (diff) | |
download | hypervideo-pre-a0566bbf5c3dea282447efb2926d71bafe1b7720.tar.lz hypervideo-pre-a0566bbf5c3dea282447efb2926d71bafe1b7720.tar.xz hypervideo-pre-a0566bbf5c3dea282447efb2926d71bafe1b7720.zip |
Updated to release 2020.11.21.1
Diffstat (limited to 'youtube_dlc/extractor/common.py')
-rw-r--r-- | youtube_dlc/extractor/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/common.py b/youtube_dlc/extractor/common.py index f90cf36ed..2bc94acdd 100644 --- a/youtube_dlc/extractor/common.py +++ b/youtube_dlc/extractor/common.py @@ -1664,7 +1664,7 @@ class InfoExtractor(object): # just the media without qualities renditions. # Fortunately, master playlist can be easily distinguished from media # playlist based on particular tags availability. As of [1, 4.3.3, 4.3.4] - # master playlist tags MUST NOT appear in a media playist and vice versa. + # master playlist tags MUST NOT appear in a media playlist and vice versa. # As of [1, 4.3.3.1] #EXT-X-TARGETDURATION tag is REQUIRED for every # media playlist and MUST NOT appear in master playlist thus we can # clearly detect media playlist with this criterion. |