1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-29 11:44:33 +01:00

acidcow_ver1.8

This commit is contained in:
Dante 2020-03-31 22:09:36 -07:00
parent 3efa8c9553
commit 76c8706c31

View File

@ -30,7 +30,7 @@ class acidcowIE(InfoExtractor):
)
'''
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')