mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-04 21:17:00 +00:00
[cleanup] Fix typos
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user