[behindkink] Remove call to report_extraction
[youtube-dl] / youtube_dl / extractor / behindkink.py
index 12f13aae96593ba6d4fba16e0fabd90bb8cd2666..31fdc0dcc0614babf4ff3b48186566904cfcc57a 100644 (file)
@@ -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')