-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Improve platform debug log, based on yt-dlp
- Loading branch information
Showing
1 changed file
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d1c6c5c
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.
... Under Windows, a compiled
youtube-dl.exe
32-bit binary now prints below output, due to referenced committed code:When I first saw the "dash" (... 2015, -), I was puzzled why it was there and what it was supposed to signify, hence I had to search the code and arrive... here 😜 ! Since this is a Windows platform (without any
libc
library), why print that "dash" at all?The latest
yt-dlp_x86.exe
nightly build OTOH omits this completely:Thanks 😄 ...
d1c6c5c
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.
... OK, my comment above has been addressed in 1f7c6f8 👍 ; a locally compiled
youtube-dl.exe
, built from 2389c7c, now prints:Thanks indeed 😄 ❤️ ...