Update yt_dlp/extractor/yandexdisk.py

Replaced example url with a real one

Co-authored-by: sepro <sepro@sepr0.com>
pull/13935/head
Sojiroh 2 weeks ago committed by GitHub
parent 4e7d446079
commit ddacc5db8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -52,7 +52,7 @@ class YandexDiskIE(InfoExtractor):
'url': 'https://yadi.sk/public?hash=5DZ296JK9GWCLp02f6jrObjnctjRxMs8L6%2B%2FuhNqk38%3D', 'url': 'https://yadi.sk/public?hash=5DZ296JK9GWCLp02f6jrObjnctjRxMs8L6%2B%2FuhNqk38%3D',
'only_matching': True, 'only_matching': True,
}, { }, {
'url': 'https://disk.360.yandex.ru/i/example123', 'url': 'https://disk.360.yandex.ru/i/TM2xsIVsgjY4uw',
'only_matching': True, 'only_matching': True,
}] }]

Loading…
Cancel
Save