mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 06:27:21 +00:00
comment about DRM
This commit is contained in:
parent
971bf92c06
commit
98e034ff8c
|
@ -220,6 +220,7 @@ class FifaContentIE(FifaBaseIE):
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _entries(self, video_asset, video_id):
|
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})):
|
for video_info in traverse_obj(video_asset, (lambda _, v: v['type'] == 'TRAILER', {dict})):
|
||||||
yield self._extract_video(video_info, video_id)
|
yield self._extract_video(video_info, video_id)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue