Skip to content

Commit

Permalink
disable getting filepath from download template because its broken on…
Browse files Browse the repository at this point in the history
… windows when it has non ascii characters
  • Loading branch information
mhogomchungu committed Feb 12, 2025
1 parent 01ce1ac commit ea6291b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/engines/yt-dlp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,8 @@ const QByteArray& yt_dlp::yt_dlplFilter::operator()( Logger::Data& s )
}
}

this->setFileName( s.ytDlpData().filePath() ) ;
//file path is broken on windows when using non ascii characters
//this->setFileName( s.ytDlpData().filePath() ) ;

return this->parseOutput( m ) ;
}
Expand Down

0 comments on commit ea6291b

Please sign in to comment.