Browse Source

[orf] Remove unused variable name

totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
4f81667d76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/orf.py

+ 1
- 1
youtube_dl/extractor/orf.py View File

@ -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=((


Loading…
Cancel
Save