mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
Linted?
This commit is contained in:
parent
4c5d34d442
commit
308fc0bb9b
1 changed files with 2 additions and 1 deletions
|
@ -2699,7 +2699,8 @@ class YoutubeTabIE(YoutubeBaseInfoExtractor):
|
||||||
|
|
||||||
def _rich_grid_entries(self, contents):
|
def _rich_grid_entries(self, contents):
|
||||||
for content in contents:
|
for content in contents:
|
||||||
video_renderer = try_get(content,
|
video_renderer = try_get(
|
||||||
|
content,
|
||||||
(lambda x: x['richItemRenderer']['content']['videoRenderer'],
|
(lambda x: x['richItemRenderer']['content']['videoRenderer'],
|
||||||
lambda x: x['richItemRenderer']['content']['reelItemRenderer']),
|
lambda x: x['richItemRenderer']['content']['reelItemRenderer']),
|
||||||
dict)
|
dict)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue