From: Philipp Hagemeister Date: Mon, 15 Sep 2014 21:37:22 +0000 (+0200) Subject: [behindkink] Remove call to report_extraction X-Git-Tag: 2014.09.16~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=37a81dff047c40b2a8fb163b94bc86ebe166db73;p=youtube-dl.git [behindkink] Remove call to report_extraction --- diff --git a/youtube_dl/extractor/behindkink.py b/youtube_dl/extractor/behindkink.py index 12f13aae96..31fdc0dcc0 100644 --- a/youtube_dl/extractor/behindkink.py +++ b/youtube_dl/extractor/behindkink.py @@ -33,7 +33,6 @@ class BehindKinkIE(InfoExtractor): webpage = self._download_webpage(url, display_id) - self.report_extraction(display_id) video_url = self._search_regex( r"'file':\s*'([^']+)'", webpage, 'URL base')