ytfzf
ytfzf copied to clipboard
[BUG]: Minor output bug after selecting video
Describe the bug
After selecting a video to play, a blank line and the literal characters of ${new_line} show up in the output
To Reproduce
- Install ytfzf 2.6.1
- Enable thumbnails in config or with command line option
- Search for a video
- Notice how there is a blank like after the scraping message, and the string of ${new_line} appended to Fetching thumbnails...
Expected behavior
There should be no blank like and no extra characters
Screenshots
Information
- OS: EndeavourOS
- Terminal: kitty 0.29.2
- Ytfzf version: 2.6.1
- Output of
readlink $(which sh)
: bash - (if is a thumbnail issue) run
ytfzf --thumbnail-log=log.txt
and post the file:
Additional context
This bug doesn't occur in 2.6.0, so it must be from a commit between 2.6.0 and 2.6.1
I believe this is fixed in the development branch, you could try using that.
I'll clone to the latest commit and get back to you on that
Newest commit fixes ${new_line} bug, but extra blank line is still present