youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 37a81dff047c40b2a8fb163b94bc86ebe166db73
parent fc96eb4e2180d9a2371d84daa4305a5f34f12321
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 15 Sep 2014 23:37:22 +0200

[behindkink] Remove call to report_extraction

Diffstat:
Myoutube_dl/extractor/behindkink.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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')