Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How can I avoid adding the video description to the output file? #19247
Comments
|
Not possible. |
|
@dstftw How about removing the description using ffmpeg somehow? |
|
Go for it. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.02.08. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
When I use the tool to download a YouTube video, the artist, track and date are added to the mp3. This is great but the video description is also added to the comments section of the mp3. I can see how this feature could be useful but I personally don’t really like it. Maybe I’m just being picky! I’d like a way to avoid embedding the description in the output file using both the command-line tool and the Python library (if it can be done of course).