1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-27 22:20:59 +08:00

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

This commit is contained in:
actionless
2020-03-02 19:57:10 +01:00
Unverified
parent 660d4dec23
commit a71d30e7ab
+1 -1
View File
@@ -123,7 +123,7 @@ class OdnoklassnikiIE(InfoExtractor):
'only_matching': True,
}, {
# Downloads only via https
'url': 'https://ok.ru/video/1704000096969',
'url': 'https://ok.ru/video/1705664645833',
'only_matching': True,
}]