mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
[orf] Remove unused variable name
This commit is contained in:
parent
56327689a2
commit
4f81667d76
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ def quality_to_int(s):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
req = HEADRequest(http_url)
|
req = HEADRequest(http_url)
|
||||||
response = self._request_webpage(
|
self._request_webpage(
|
||||||
req, video_id,
|
req, video_id,
|
||||||
note='Testing for geoblocking',
|
note='Testing for geoblocking',
|
||||||
errnote=((
|
errnote=((
|
||||||
|
|
Loading…
Reference in a new issue