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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user