From d908aa636ad19c17ae0033e58bde3e45dca870c8 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Tue, 11 May 2021 23:34:40 +0530 Subject: [PATCH] [cleanup] Fix typos --- Changelog.md | 1 - yt_dlp/YoutubeDL.py | 2 +- yt_dlp/extractor/rmcdecouverte.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7ba1258fa..79d0c09e2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -20,7 +20,6 @@ ### 2021.05.11 - * **Deprecate support for python versions < 3.6** * **Subtitle extraction from manifests** by [fstirlitz](https://github.com/fstirlitz). See [be6202f](https://github.com/yt-dlp/yt-dlp/commit/be6202f12b97858b9d716e608394b51065d0419f) for details * **Improve output template:** diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index c51be22cb..1f9a2dcef 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -386,7 +386,7 @@ class YoutubeDL(object): if True, otherwise use ffmpeg/avconv if False, otherwise use downloader suggested by extractor if None. compat_opts: Compatibility options. See "Differences in default behavior". - Note that only format-sort, format-spec, no-live-chat, no-attach-infojson + Note that only format-sort, format-spec, no-live-chat, no-attach-info-json playlist-index, list-formats, no-youtube-channel-redirect and no-youtube-unavailable-videos works when used via the API 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,