mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-12-24 15:27:55 +01:00
maybe there are https sites
This commit is contained in:
parent
c027b3b911
commit
093fedae04
@ -8,7 +8,7 @@ import re
|
||||
|
||||
|
||||
class IOLIE(InfoExtractor):
|
||||
_VALID_URL = r'http://[^/]*\.iol\.pt/.*/(?P<id>[0-9a-f]{24})($|\/)'
|
||||
_VALID_URL = r'https?://[^/]*\.iol\.pt/.*/(?P<id>[0-9a-f]{24})($|\/)'
|
||||
_TESTS = [{
|
||||
'url': 'http://tviplayer.iol.pt/programa/euromilhoes/53c6b3153004dc006243b07b/video/55f878f90cf203f8b03cea6d',
|
||||
'md5': '983ca0edae370af67c458c6e5a71aae5',
|
||||
|
Loading…
Reference in New Issue
Block a user