summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-07 05:51:46 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-07 05:51:46 +0100
commit4f81667d76dca6844b454dde61352f7d889237c0 (patch)
tree1b8908b939d2686fbc384f0f6109c7acd4214801
parent56327689a25a4492b68c1b02519f259c924f3da6 (diff)
downloadyoutube-dl-4f81667d76dca6844b454dde61352f7d889237c0.tar.gz
youtube-dl-4f81667d76dca6844b454dde61352f7d889237c0.tar.xz
youtube-dl-4f81667d76dca6844b454dde61352f7d889237c0.zip
[orf] Remove unused variable name
-rw-r--r--youtube_dl/extractor/orf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py
index 88f03608b..5f5694393 100644
--- 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=((