Skip to content

Commit

Permalink
Update getpot_bgutil_http.py
Browse files Browse the repository at this point in the history
  • Loading branch information
grqz authored Sep 13, 2024
1 parent 37e1af4 commit e368116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/yt_dlp_plugins/extractor/getpot_bgutil_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _get_pot(self, client: str, ydl: YoutubeDL, visitor_data=None, data_sync_id=
'visitor_data': visitor_data,
'data_sync_id': data_sync_id,
}).encode(), headers={'Content-Type': 'application/json'},
extensions={'timeout': 5.0}))
extensions={'timeout': 12.5}))
except Exception as e:
raise RequestError(
f'Error reaching POST /get_pot (caused by {e!s})') from e
Expand Down

0 comments on commit e368116

Please sign in to comment.