Title is self-explanatory. I found the source of the error, here
|
if (video_name, video_date) not in fts_dict[channel_name]: |
You forgot to add "video_id" in a tuple, but it is used in the key on the next line. I don't think it is enough to make a PR, so I created an issue instead
Title is self-explanatory. I found the source of the error, here
yt-fts/src/yt_fts/search.py
Line 174 in 8af69d5
You forgot to add "video_id" in a tuple, but it is used in the key on the next line. I don't think it is enough to make a PR, so I created an issue instead