Skip to content Skip to sidebar Skip to footer

YoutubeDL - How To Get A Status Object After Download Has Completed

I'm trying basically to get information out of what seems to be a status object that's hitting the hook in Youtube-DL, and then I'm trying to save it to the db. I've got a 'song' o

Solution 1:

I got the answer here: https://github.com/rg3/youtube-dl/issues/7120

Basically my one to many model of song files to song requests was wrong - rewriting this relationship allowed me to use the hook to db updates.


Post a Comment for "YoutubeDL - How To Get A Status Object After Download Has Completed"