add *.info.json examples and info#25
Conversation
|
Very nice! Thanks for adding this here. |
|
Funny this was just added and yet it's missing an important key named You can see that particular key is being used here: |
|
I'm pretty sure that's only needed if the channel doesn't exist on YT anymore, no? Otherwise this should have added the the channel from ES, or if not exist, it will index the channel from the channel ID. In any case, please verify my pretty sure and make an other PR. |
Correct, TA will fail with "keyerror 'uploader'" or something similar in the web-gui, while the output of the program in (in docker logs) will contain the full backtrace as attached. Unsure if it's good include this in the example or better having the UI handle the error a bit more nicely when this edge-case occurs? |
|
Thanks for confirming. Note in the docs should be enough, too much of and edge case. Somehothing along the lines, if the channel doesn't exist anymore, you also have to add the uploaded key as the channel name... |
No description provided.