From 8ed7a2332805d1b3a702faaa15b63a5a2506e096 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergey=20M=E2=80=A4?= Date: Sat, 11 May 2019 04:53:48 +0700 Subject: [PATCH] [extractor/common] Fix typo --- youtube_dl/extractor/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2