diff --git a/youtube_dl/extractor/acidcow.py b/youtube_dl/extractor/acidcow.py index 598695ae3..28e6459f6 100644 --- a/youtube_dl/extractor/acidcow.py +++ b/youtube_dl/extractor/acidcow.py @@ -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'(.+?)', webpage, 'title')