mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-27 02:44:33 +01:00
sensible default
This commit is contained in:
parent
c08eeccfe1
commit
9653ed1bc6
@ -95,7 +95,7 @@ class IOLIE(InfoExtractor):
|
||||
formats.extend(formats_m3u8_default)
|
||||
|
||||
# try rtmp format
|
||||
if self._html_search_regex(r'<script\s+src\s*=\s*"([^"]*/cdn\.iol\.pt/js/iol\.js)"', webpage, "iol.js", fatal=False):
|
||||
if self._html_search_regex(r'<script\s+src\s*=\s*"([^"]*/cdn\.iol\.pt/js/iol\.js)"', webpage, "iol.js", fatal=False, default=None):
|
||||
server = 'video1.iol.pt'
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user