mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
[ie/YandexDisk] Support 360 URLs (#13935)
Closes #13887 Authored by: Sojiroh
This commit is contained in:
parent
e8d2807296
commit
a6df5e8a58
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class YandexDiskIE(InfoExtractor):
|
|||
_VALID_URL = r'''(?x)https?://
|
||||
(?P<domain>
|
||||
yadi\.sk|
|
||||
disk\.yandex\.
|
||||
disk\.(?:360\.)?yandex\.
|
||||
(?:
|
||||
az|
|
||||
by|
|
||||
|
|
@ -51,6 +51,9 @@ class YandexDiskIE(InfoExtractor):
|
|||
}, {
|
||||
'url': 'https://yadi.sk/public?hash=5DZ296JK9GWCLp02f6jrObjnctjRxMs8L6%2B%2FuhNqk38%3D',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
'url': 'https://disk.360.yandex.ru/i/TM2xsIVsgjY4uw',
|
||||
'only_matching': True,
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue