Shed some light in how you made everything. This is what interests us mostly.
1) youtube-dl ${video-id} video.avi #download youtube to avi
2) ffmpeg -i video.avi -t 10 out%02d.gif #export avi file to gif frames
3) gifsicle --delay=10 --loop *.gif > anim.gif #makes animated looping gif
Shed some light in how you made everything. This is what interests us mostly.