mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-23 08:54:33 +01:00
maybe there are https sites
This commit is contained in:
parent
82a80e813a
commit
cc30b3d2da
@ -8,7 +8,7 @@ import re
|
|||||||
|
|
||||||
|
|
||||||
class IOLIE(InfoExtractor):
|
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 = [{
|
_TESTS = [{
|
||||||
'url': 'http://tviplayer.iol.pt/programa/euromilhoes/53c6b3153004dc006243b07b/video/55f878f90cf203f8b03cea6d',
|
'url': 'http://tviplayer.iol.pt/programa/euromilhoes/53c6b3153004dc006243b07b/video/55f878f90cf203f8b03cea6d',
|
||||||
'md5': '983ca0edae370af67c458c6e5a71aae5',
|
'md5': '983ca0edae370af67c458c6e5a71aae5',
|
||||||
|
Loading…
Reference in New Issue
Block a user