diff options
| author | webmaster <webmaster@dangofactory.net> | 2026-03-11 11:11:55 +0900 |
|---|---|---|
| committer | webmaster <webmaster@dangofactory.net> | 2026-03-11 11:11:55 +0900 |
| commit | dd441c386b149098dc32b4b909a13ced06001d57 (patch) | |
| tree | 2dd1dbd85675da3febd08404ea5f08b54971653b /yt-dlp-music.py | |
| parent | 021f6b03bec7a9aabdeed4490ea7bfe2925d5d33 (diff) | |
| download | yt-dlp-music-dd441c386b149098dc32b4b909a13ced06001d57.tar.gz yt-dlp-music-dd441c386b149098dc32b4b909a13ced06001d57.tar.bz2 yt-dlp-music-dd441c386b149098dc32b4b909a13ced06001d57.zip | |
Diffstat (limited to 'yt-dlp-music.py')
| -rwxr-xr-x | yt-dlp-music.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt-dlp-music.py b/yt-dlp-music.py index 0807c3d..034c3ba 100755 --- a/yt-dlp-music.py +++ b/yt-dlp-music.py @@ -303,6 +303,7 @@ def fls_con() -> None: msvcrt.getch() elif os.name == 'posix': import select + import sys while select.select([sys.stdin.fileno()], [], [], 0.0)[0]: os.read(sys.stdin.fileno(), 4096) |
