mirror of https://github.com/yt-dlp/yt-dlp.git
[orf] Remove unused variable name
This commit is contained in:
parent
56327689a2
commit
4f81667d76
|
@ -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…
Reference in New Issue