Browse Source

[laola1tv] Mark as broken

When the f4m downloader gets live stream support, I expect this to work magically or with very minor changes.
totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
00edd4f9be
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      youtube_dl/extractor/laola1tv.py

+ 2
- 0
youtube_dl/extractor/laola1tv.py View File

@ -23,6 +23,8 @@ class Laola1TvIE(InfoExtractor):
}
}
_BROKEN = True # Not really - extractor works fine, but f4m downloader does not support live streams yet.
def _real_extract(self, url):
mobj = re.match(self._VALID_URL, url)
video_id = mobj.group('id')


Loading…
Cancel
Save