diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2023-09-23 15:00:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 20:00:31 +0000 |
commit | 5ca095cbcde3e32642a4fe5b2d69e8e3c785a021 (patch) | |
tree | d238e3e1c8ad4100a16b781678aaec712b954ac5 /yt_dlp/extractor/rcs.py | |
parent | c2da0b5ea215298135f76e3dc14b972a3c4afacb (diff) |
[cleanup] Misc (#8182)
Closes #7796, Closes #8028
Authored by: barsnick, sqrtNOT, gamer191, coletdjnz, Grub4K, bashonly
Diffstat (limited to 'yt_dlp/extractor/rcs.py')
-rw-r--r-- | yt_dlp/extractor/rcs.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yt_dlp/extractor/rcs.py b/yt_dlp/extractor/rcs.py index 028d3d90b..b865f63fb 100644 --- a/yt_dlp/extractor/rcs.py +++ b/yt_dlp/extractor/rcs.py @@ -239,10 +239,10 @@ class RCSEmbedsIE(RCSBaseIE): } }, { 'url': 'https://video.gazzanet.gazzetta.it/video-embed/gazzanet-mo05-0000260789', - 'match_only': True + 'only_matching': True }, { 'url': 'https://video.gazzetta.it/video-embed/49612410-00ca-11eb-bcd8-30d4253e0140', - 'match_only': True + 'only_matching': True }] _WEBPAGE_TESTS = [{ 'url': 'https://www.iodonna.it/video-iodonna/personaggi-video/monica-bellucci-piu-del-lavoro-oggi-per-me-sono-importanti-lamicizia-e-la-famiglia/', @@ -325,7 +325,7 @@ class RCSIE(RCSBaseIE): } }, { 'url': 'https://video.corriere.it/video-360/metro-copenaghen-tutta-italiana/a248a7f0-e2db-11e9-9830-af2de6b1f945', - 'match_only': True + 'only_matching': True }] |