Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[youtube] Improve description extraction (closes #25937) (#25980)
(cherry picked from commit a115e07)
- Loading branch information
22b3d7a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand why issue 25937 has been closed. The fix reported here addresses a different issue. Issue 25937 remains exactly as it was when I first reported it.
This command including write-description:
youtube-dl --restrict-filenames --write-description -o "%%(title)s.%%(ext)s" -f 140 https://www.youtube.com/watch?v=-dac_2af0Ww
...still truncates descriptions at 160 characters. This problem has not been fixed.
I've checked for ytdl updates and run exactly the same command as generated the issue.
See my original report:
ytdl-org/youtube-dl#25937 (comment)
Will this issue be re-opened, or should I start a new thread?
Thanks!