diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-05-11 23:34:40 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-05-11 23:34:40 +0530 |
commit | d908aa636ad19c17ae0033e58bde3e45dca870c8 (patch) | |
tree | 9e9e909888d56492c4609030f61564d22b99d067 /yt_dlp/extractor/rmcdecouverte.py | |
parent | 3d89341b4748f430e7a87000cfd987deec2e10c6 (diff) | |
download | hypervideo-pre-d908aa636ad19c17ae0033e58bde3e45dca870c8.tar.lz hypervideo-pre-d908aa636ad19c17ae0033e58bde3e45dca870c8.tar.xz hypervideo-pre-d908aa636ad19c17ae0033e58bde3e45dca870c8.zip |
[cleanup] Fix typos
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, |