1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-27 07:38:30 +00:00

remove only_matching

This commit is contained in:
doe1080 2025-07-16 11:21:51 +09:00
parent e540160152
commit b53bd587de

View File

@ -2083,16 +2083,6 @@ class GenericIE(InfoExtractor):
'ext': 'mp4',
},
'skip': 'Script:SNH-gen [Trj]',
}, {
# 🆑
# ThePlatformIE; Embed URLs contain spaces
'url': 'http://www.golfchannel.com/topics/shows/golftalkcentral.htm',
'only_matching': True,
}, {
# 🆑
# VimeoIE; Referrer required
'url': 'http://racing4everyone.eu/2016/07/30/formula-1-2016-round12-germany/',
'only_matching': True,
}]
def report_following_redirect(self, new_url):