'youtube-dl downloading in .bin format instead of mp4
I'm trying to download list of videos from a website with youtube-dl. I'm getting the video in a .bin format instead of .mp4. Below is the code for the donwload and also I included the screenshot for the downloaded file.Thanks in advance for your help. :)
sudo youtube-dl --cookies zerotomastery.io_cookies.txt -o \ "~/courses/%(chapter_number)s-%(chapter)s/%(autonumber)03d-%(title)s.%(ext)s" \ https://academy.zerotomastery.io/courses/enrolled/776308
Solution 1:[1]
I found out myself in the docs. I have to use the --recode-video option then followed by "bin>mp4"
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Antwi Erasmus |

