mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-26 04:07:36 +01:00
[ie/vimeo] Fix login detection (bugfix for 4115c24d157c5b5f63089d75c4e0f51d1f8b4489) (#10906)
Authored by: seproDev
This commit is contained in:
parent
7e41628ff5
commit
e8e6a982a1
@ -249,7 +249,7 @@ class VimeoBaseInfoExtractor(InfoExtractor):
|
|||||||
|
|
||||||
def _extract_original_format(self, url, video_id, unlisted_hash=None, jwt=None, api_data=None):
|
def _extract_original_format(self, url, video_id, unlisted_hash=None, jwt=None, api_data=None):
|
||||||
# Original/source formats are only available when logged in
|
# Original/source formats are only available when logged in
|
||||||
if not self._get_cookies('https://vimeo.com/').get('is_logged_in'):
|
if not self._get_cookies('https://vimeo.com/').get('vimeo'):
|
||||||
return
|
return
|
||||||
|
|
||||||
query = {'action': 'load_download_config'}
|
query = {'action': 'load_download_config'}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user