1
0
Fork 0

[cleanup] Bump ruff to 0.13.x (#14293)

Authored by: bashonly
This commit is contained in:
bashonly 2025-09-11 10:18:01 -05:00 committed by GitHub
commit ba80446855
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 34 additions and 33 deletions

View file

@ -174,7 +174,7 @@ class BrainPOPLegacyBaseIE(BrainPOPBaseIE):
}
def _real_extract(self, url):
slug, display_id = self._match_valid_url(url).group('slug', 'id')
display_id = self._match_id(url)
webpage = self._download_webpage(url, display_id)
topic_data = self._search_json(
r'var\s+content\s*=\s*', webpage, 'content data',