mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-29 19:47:54 +01:00
acidcow_ver1.8
This commit is contained in:
parent
3efa8c9553
commit
76c8706c31
@ -30,7 +30,7 @@ class acidcowIE(InfoExtractor):
|
|||||||
)
|
)
|
||||||
'''
|
'''
|
||||||
webpage = self._download_webpage(
|
webpage = self._download_webpage(
|
||||||
"https://acidcow.com/video/116642-that_was_really_close.html", video_id
|
url, video_id
|
||||||
)
|
)
|
||||||
|
|
||||||
title = self._html_search_regex(r'<title>(.+?)</title>', webpage, 'title')
|
title = self._html_search_regex(r'<title>(.+?)</title>', webpage, 'title')
|
||||||
|
Loading…
Reference in New Issue
Block a user