Browse Source

[behindkink] Remove call to report_extraction

Philipp Hagemeister 11 years ago
parent
commit
37a81dff04
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/behindkink.py

+ 0 - 1
youtube_dl/extractor/behindkink.py

@@ -33,7 +33,6 @@ class BehindKinkIE(InfoExtractor):
 
 
         webpage = self._download_webpage(url, display_id)
         webpage = self._download_webpage(url, display_id)
 
 
-        self.report_extraction(display_id)
         video_url = self._search_regex(
         video_url = self._search_regex(
             r"'file':\s*'([^']+)'",
             r"'file':\s*'([^']+)'",
             webpage, 'URL base')
             webpage, 'URL base')