From 76c8706c316cdab9ebc47e39121b27451c598daa Mon Sep 17 00:00:00 2001 From: Dante Date: Tue, 31 Mar 2020 22:09:36 -0700 Subject: [PATCH] acidcow_ver1.8 --- youtube_dl/extractor/acidcow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')