diff options
| author | Sergey M․ <dstftw@gmail.com> | 2019-05-11 04:53:48 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2019-05-11 04:53:48 +0700 | 
| commit | 8ed7a2332805d1b3a702faaa15b63a5a2506e096 (patch) | |
| tree | cbc471cfcb3d5b6e4ee16afbc19f7a37fef21750 | |
| parent | 3089bc748c0fe72a0361bce3f5e2fbab25175236 (diff) | |
[extractor/common] Fix typo
| -rw-r--r-- | youtube_dl/extractor/common.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 23b4f372a..69c3bc755 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -117,7 +117,7 @@ class InfoExtractor(object):                                         unfragmented media)                                       - URL of the MPD manifest or base URL                                         representing the media if MPD manifest -                                       is parsed froma string (in case of +                                       is parsed from a string (in case of                                         fragmented media)                                     for MSS - URL of the ISM manifest.                      * manifest_url  | 
