[rai] Skip not found content item id

pull/8/head
Sergey M․ 2017-04-02 02:24:13 +07:00
rodzic b8d8cced9b
commit 361f293ab8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C393E0F18A9236D
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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)