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:
@@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
class MyVidsterIE(InfoExtractor):
|
||||
_VALID_URL = r'http://(?:www\.)?myvidster\.com/video/(?P<id>\d+)/'
|
||||
_VALID_URL = r'https?://(?:www\.)?myvidster\.com/video/(?P<id>\d+)/'
|
||||
|
||||
_TEST = {
|
||||
'url': 'http://www.myvidster.com/video/32059805/Hot_chemistry_with_raw_love_making',
|
||||
|
||||
Reference in New Issue
Block a user