log, update fixture
This commit is contained in:
parent
5dbf622c50
commit
a382d14899
2 changed files with 4 additions and 2 deletions
|
|
@ -259,7 +259,9 @@ class YTDLP:
|
|||
break
|
||||
|
||||
if isinstance(parent_dict, dict):
|
||||
parent_id = parent_dict.get("id")
|
||||
parent_dicts.append(parent_dict)
|
||||
entry_ids |= {uploader_id, parent_dict.get("id")}
|
||||
entry_ids |= {uploader_id, parent_id}
|
||||
cls.logger.debug("Adding parent metadata with ids [%s, %s]", uploader_id, parent_id)
|
||||
|
||||
return entry_dicts + parent_dicts
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"Project ⧸ Zombie/Season 2011/s2011.e063001 - Project Zombie |Fin|.nfo": "54ea4a48116aa98480a79495036c25e9",
|
||||
"Project ⧸ Zombie/Season 2011/s2011.e112101 - Skyrim 'Ultra HD w⧸Mods' [PC]-thumb.jpg": "1718599d5189c65f7d8cf6acfa5ea851",
|
||||
"Project ⧸ Zombie/Season 2011/s2011.e112101 - Skyrim 'Ultra HD w⧸Mods' [PC].info.json": "INFO_JSON",
|
||||
"Project ⧸ Zombie/Season 2011/s2011.e112101 - Skyrim 'Ultra HD w⧸Mods' [PC].mp4": "2a18cc4baa198edecdc5154082f73eff",
|
||||
"Project ⧸ Zombie/Season 2011/s2011.e112101 - Skyrim 'Ultra HD w⧸Mods' [PC].mp4": "554d46311112228c22ca9532007803cd",
|
||||
"Project ⧸ Zombie/Season 2011/s2011.e112101 - Skyrim 'Ultra HD w⧸Mods' [PC].nfo": "04f6aad56d85b1f65b81b6b8000f6479",
|
||||
"Project ⧸ Zombie/Season 2012/s2012.e012301 - Project Zombie |Map Trailer|-thumb.jpg": "54ebe9df801b278fdd17b21afa8373a6",
|
||||
"Project ⧸ Zombie/Season 2012/s2012.e012301 - Project Zombie |Map Trailer|.info.json": "INFO_JSON",
|
||||
|
|
|
|||
Loading…
Reference in a new issue