youtube-dl

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

commit 4f81667d76dca6844b454dde61352f7d889237c0
parent 56327689a25a4492b68c1b02519f259c924f3da6
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue,  7 Jan 2014 05:51:46 +0100

[orf] Remove unused variable name

Diffstat:
Myoutube_dl/extractor/orf.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py @@ -68,7 +68,7 @@ class ORFIE(InfoExtractor): pass else: req = HEADRequest(http_url) - response = self._request_webpage( + self._request_webpage( req, video_id, note='Testing for geoblocking', errnote=((