zeeguu.core.model.video.find_or_create(...upload_index) is not used. remove it?
also, inside of the method we find this comment:
# Import here to avoid circular dependency:
# video -> youtube_api -> util -> compute_fk -> model -> video
from zeeguu.core.youtube_api.youtube_api import (
fetch_video_info,
fetch_channel_info,
)
this suggests that it should be the code that calls find_or_create that passes the video_info and channel_info