test(extractor: odnoklassniki): add example url which works only via https
This commit is contained in:
parent
2469de9de4
commit
660d4dec23
@ -121,6 +121,10 @@ class OdnoklassnikiIE(InfoExtractor):
|
|||||||
# Paid video
|
# Paid video
|
||||||
'url': 'https://ok.ru/video/954886983203',
|
'url': 'https://ok.ru/video/954886983203',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
}, {
|
||||||
|
# Downloads only via https
|
||||||
|
'url': 'https://ok.ru/video/1704000096969',
|
||||||
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user