diff options
Diffstat (limited to 'yt_dlp/extractor/cybrary.py')
-rw-r--r-- | yt_dlp/extractor/cybrary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/cybrary.py b/yt_dlp/extractor/cybrary.py index aeffe93b4..c4c78ee1b 100644 --- a/yt_dlp/extractor/cybrary.py +++ b/yt_dlp/extractor/cybrary.py @@ -105,7 +105,7 @@ class CybraryIE(CybraryBaseIE): 'chapter': module.get('title'), 'chapter_id': str_or_none(module.get('id')), 'title': activity.get('title'), - 'url': smuggle_url(f'https://player.vimeo.com/video/{vimeo_id}', {'http_headers': {'Referer': 'https://api.cybrary.it'}}) + 'url': smuggle_url(f'https://player.vimeo.com/video/{vimeo_id}', {'referer': 'https://api.cybrary.it'}) } |