1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -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
parent 660d4dec23
commit a71d30e7ab

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,
}]