mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-05-13 16:35:43 -05:00
lint
Authored by: bashonly
This commit is contained in:
parent
5f6dd0f3ac
commit
5a7d0a0093
1 changed files with 0 additions and 1 deletions
|
@ -485,7 +485,6 @@ def _real_extract(self, url):
|
|||
f'{bug_reports_message(before=",")}', expected=True)
|
||||
media.update(xdt_shortcode_media)
|
||||
|
||||
|
||||
username = traverse_obj(media, ('owner', 'username')) or self._search_regex(
|
||||
r'"owner"\s*:\s*{\s*"username"\s*:\s*"(.+?)"', webpage, 'username', fatal=False)
|
||||
|
||||
|
|
Loading…
Reference in a new issue