From 62b725f4609109eaa28396b01dfcaa566d85634b Mon Sep 17 00:00:00 2001 From: Dante Date: Sun, 8 Mar 2020 20:16:06 -0700 Subject: [PATCH] yash ver3 --- youtube_dl/extractor/sonuma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/sonuma.py b/youtube_dl/extractor/sonuma.py index 91decd56c..43776f958 100644 --- a/youtube_dl/extractor/sonuma.py +++ b/youtube_dl/extractor/sonuma.py @@ -9,7 +9,7 @@ class sonumaIE(InfoExtractor): def _real_extract(self,url): video_id=self._match_id(url) - webpage = self._download_webpage("https://www.sonuma.be/archive/%s/"video_id , video_id) + webpage = self._download_webpage("https://www.sonuma.be/archive/%s/"% video_id, video_id) title = self._html_search_regex(r'

(.+?)

', webpage, 'title') download_url=self._html_search_regex(