mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-21 08:35:40 +07:00
Add support for https for all extractors as preventive and future-proof measure
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
class VeohIE(InfoExtractor):
|
||||
_VALID_URL = r'http://(?:www\.)?veoh\.com/(?:watch|iphone/#_Watch)/(?P<id>(?:v|yapi-)[\da-zA-Z]+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?veoh\.com/(?:watch|iphone/#_Watch)/(?P<id>(?:v|yapi-)[\da-zA-Z]+)'
|
||||
|
||||
_TESTS = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user