Apply suggestion

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
pull/13996/head
doe1080 1 day ago committed by GitHub
parent d336e7474b
commit 03f53ed561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@ class LcpPlayIE(InfoExtractor):
class LcpIE(InfoExtractor): class LcpIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?lcp\.fr/(?:[^/]+/)*(?P<id>[^/]+)' _VALID_URL = r'https?://(?:www\.)?lcp\.fr/(?:[^/]+/)*(?P<id>[^/]+)'
_WORKING = False
_TESTS = [{ _TESTS = [{
# dailymotion live stream # dailymotion live stream
'url': 'http://www.lcp.fr/le-direct', 'url': 'http://www.lcp.fr/le-direct',

Loading…
Cancel
Save