]> jfr.im git - yt-dlp.git/commitdiff
[cleanup] Fix typos
authorpukkandan <redacted>
Tue, 11 May 2021 18:04:40 +0000 (23:34 +0530)
committerpukkandan <redacted>
Tue, 11 May 2021 18:04:40 +0000 (23:34 +0530)
Changelog.md
yt_dlp/YoutubeDL.py
yt_dlp/extractor/rmcdecouverte.py

index 7ba1258fa79044ba4557dac585110b2ea21ae5ac..79d0c09e201035556287e4c0a608b8e06e381bed 100644 (file)
@@ -20,7 +20,6 @@ # Instuctions for creating release
 
 
 ### 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:**
index c51be22cb420097f0b121ee665505aa63366abb7..1f9a2dcef4cf2dff3f0ddf9e88ea192c14a25172 100644 (file)
@@ -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
 
index 655a58f9e9f05a894a07b3813bc22171949394da..bde6cd5dc89422715a9c8a7c91e6d48a7d6c38c4 100644 (file)
@@ -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,