youtube-dl

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

commit a9806fd83d7efc4cc1dcd11174c839f637d0c105
parent 62cf7aaf9a3b9b74ba90d1c17303eb5cabd3f52c
Author: Vasyl' Vavrychuk <vvavrychuk@gmail.com>
Date:   Sun,  5 Dec 2010 20:48:22 +0200

report_extraction was never called for GenericIE

Diffstat:
Myoutube-dl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube-dl b/youtube-dl @@ -1619,6 +1619,7 @@ class GenericIE(InfoExtractor): self._downloader.trouble(u'ERROR: Invalid URL: %s' % url) return + self.report_extraction(video_id) # Start with something easy: JW Player in SWFObject mobj = re.search(r'flashvars: [\'"](?:.*&)?file=(http[^\'"&]*)', webpage) if mobj is None: