summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-09-15 23:37:22 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-09-15 23:37:22 +0200
commit37a81dff047c40b2a8fb163b94bc86ebe166db73 (patch)
treec8fd5094433c1640e245de98dd0651af53f3cfbc
parentfc96eb4e2180d9a2371d84daa4305a5f34f12321 (diff)
downloadyoutube-dl-37a81dff047c40b2a8fb163b94bc86ebe166db73.tar.gz
youtube-dl-37a81dff047c40b2a8fb163b94bc86ebe166db73.tar.xz
youtube-dl-37a81dff047c40b2a8fb163b94bc86ebe166db73.zip
[behindkink] Remove call to report_extraction
-rw-r--r--youtube_dl/extractor/behindkink.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/behindkink.py b/youtube_dl/extractor/behindkink.py
index 12f13aae9..31fdc0dcc 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')