diff options
Diffstat (limited to 'yt_dlp/extractor/rmcdecouverte.py')
-rw-r--r-- | yt_dlp/extractor/rmcdecouverte.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/rmcdecouverte.py b/yt_dlp/extractor/rmcdecouverte.py index 655a58f9e..bde6cd5dc 100644 --- a/yt_dlp/extractor/rmcdecouverte.py +++ b/yt_dlp/extractor/rmcdecouverte.py @@ -48,7 +48,7 @@ class RMCDecouverteIE(InfoExtractor): }, { 'url': 'https://rmcdecouverte.bfmtv.com/avions-furtifs-la-technologie-de-lextreme_10598', 'only_matching': True, - },{ + }, { # The website accepts any URL as long as it has _\d+ at the end 'url': 'https://rmcdecouverte.bfmtv.com/any/thing/can/go/here/_10598', 'only_matching': True, |