From ddacc5db8ece05005b9fbc1a9ab5727263d5fbd5 Mon Sep 17 00:00:00 2001 From: Sojiroh Date: Thu, 7 Aug 2025 17:14:16 -0400 Subject: [PATCH] Update yt_dlp/extractor/yandexdisk.py Replaced example url with a real one Co-authored-by: sepro --- yt_dlp/extractor/yandexdisk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/yandexdisk.py b/yt_dlp/extractor/yandexdisk.py index ca800b3ad7..654858fcca 100644 --- a/yt_dlp/extractor/yandexdisk.py +++ b/yt_dlp/extractor/yandexdisk.py @@ -52,7 +52,7 @@ class YandexDiskIE(InfoExtractor): 'url': 'https://yadi.sk/public?hash=5DZ296JK9GWCLp02f6jrObjnctjRxMs8L6%2B%2FuhNqk38%3D', 'only_matching': True, }, { - 'url': 'https://disk.360.yandex.ru/i/example123', + 'url': 'https://disk.360.yandex.ru/i/TM2xsIVsgjY4uw', 'only_matching': True, }]