diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-07 05:51:46 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-07 05:51:46 +0100 | 
| commit | 4f81667d76dca6844b454dde61352f7d889237c0 (patch) | |
| tree | 1b8908b939d2686fbc384f0f6109c7acd4214801 | |
| parent | 56327689a25a4492b68c1b02519f259c924f3da6 (diff) | |
[orf] Remove unused variable name
| -rw-r--r-- | youtube_dl/extractor/orf.py | 2 | 
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=(( | 
