From 349b15f380567fc2baff9928237c58d347e95ed5 Mon Sep 17 00:00:00 2001 From: John Hawkinson Date: Sun, 9 Apr 2017 09:32:31 -0400 Subject: [PATCH] [WSJArticle] revert separate _extract_video() method --- youtube_dl/extractor/wsj.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/youtube_dl/extractor/wsj.py b/youtube_dl/extractor/wsj.py index 37fe64456..7c3521243 100644 --- a/youtube_dl/extractor/wsj.py +++ b/youtube_dl/extractor/wsj.py @@ -38,9 +38,7 @@ class WSJIE(InfoExtractor): def _real_extract(self, url): video_id = self._match_id(url) - return self._extract_video(video_id) - def _extract_video(self, video_id): api_url = ( 'http://video-api.wsj.com/api-video/find_all_videos.asp?' 'type=guid&count=1&query=%s&fields=type,hls,videoMP4List,'