Apply suggestions from code review

Revert and fix `utils.bug_reports_message()` (1)

skipci
This commit is contained in:
dirkf 2024-04-05 13:55:43 +01:00 committed by GitHub
parent e83b4e4638
commit 18d4b340f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1812,10 +1812,10 @@ class InfoExtractor(object):
}
def _report_ignoring_subs(self, name):
self.report_warning(
self.report_warning(bug_reports_message(
'Ignoring subtitle tracks found in the {0} manifest; '
'if any subtitle tracks are missing, {1}'.format(name, bug_reports_message()),
only_once=True)
'if any subtitle tracks are missing,'.format(name)
), only_once=True)
def _extract_m3u8_formats(self, m3u8_url, video_id, ext=None,
entry_protocol='m3u8', preference=None,