We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Had an issue when youtube title has a vertical bar "I" in the title.
I'm not setup to send a PR but I did a small correction in YoutubeDownloader.py
replace: yt.title
with: yt.title.replace("|", "-")