mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-16 13:08:55 +00:00
comment about DRM
This commit is contained in:
@@ -220,6 +220,7 @@ class FifaContentIE(FifaBaseIE):
|
||||
}]
|
||||
|
||||
def _entries(self, video_asset, video_id):
|
||||
# trailers are non-DRM'd
|
||||
for video_info in traverse_obj(video_asset, (lambda _, v: v['type'] == 'TRAILER', {dict})):
|
||||
yield self._extract_video(video_info, video_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user