mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
[rai] Skip not found content item id
This commit is contained in:
@ -362,7 +362,8 @@ class RaiIE(RaiBaseIE):
|
||||
webpage, 'content item id', default=None, group='id')
|
||||
|
||||
content_item_ids = set()
|
||||
content_item_ids.add(content_item_id)
|
||||
if content_item_id:
|
||||
content_item_ids.add(content_item_id)
|
||||
if video_id not in content_item_ids:
|
||||
content_item_ids.add(video_id)
|
||||
|
||||
|
Reference in New Issue
Block a user