1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-04 19:23:36 +08:00

test(extractor: odnoklassniki): add example url which works only via https

This commit is contained in:
actionless
2020-03-02 00:44:55 +01:00
Unverified
parent 2469de9de4
commit 660d4dec23
+4
View File
@@ -121,6 +121,10 @@ class OdnoklassnikiIE(InfoExtractor):
# Paid video
'url': 'https://ok.ru/video/954886983203',
'only_matching': True,
}, {
# Downloads only via https
'url': 'https://ok.ru/video/1704000096969',
'only_matching': True,
}]
@staticmethod