mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-26 02:14:32 +01:00
yash ver3
This commit is contained in:
parent
47c434ba41
commit
62b725f460
@ -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'<h1>(.+?)</h1>', webpage, 'title')
|
||||
|
||||
download_url=self._html_search_regex(
|
||||
|
Loading…
Reference in New Issue
Block a user