Skip to content

Commit

Permalink
fix: #714
Browse files Browse the repository at this point in the history
  • Loading branch information
Euro20179 committed Jan 9, 2024
1 parent 73506c3 commit 6fe8d0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions addons/scrapers/yt-music-utils/convert-ascii-escape.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
use strict;
use warnings;

binmode(STDOUT, 'utf8');

while(<>){
s/\\x([0-9a-fA-F]{2})/chr(hex($1))/eg;
print;
Expand Down
2 changes: 1 addition & 1 deletion ytfzf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# versioning system:
# major.minor.bugs
YTFZF_VERSION="git-2070.01603a3"
YTFZF_VERSION="git-2071.73506c3"

#ENVIRONMENT VARIABLES {{{
: "${YTFZF_CONFIG_DIR:=${XDG_CONFIG_HOME:-$HOME/.config}/ytfzf}"
Expand Down

0 comments on commit 6fe8d0d

Please sign in to comment.