This file contains hidden or 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
""" | |
Requires: | |
- yt-dlp to be installed to the PATH | |
- ffmpeg to be installed to the PATH | |
- Python 3 | |
- Windows (for now) | |
Installation: | |
1. Create a new folder and place this script in it and locate a folder where you want to download the media. | |
2. Open a command prompt in the folder where you placed the script and run the following command: |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
[ 0.000000] Frontend <Info> yuzu\main.cpp:GMainWindow:196: yuzu Version: | HEAD-403334b | |
[ 1.380492] Config <Info> core\settings.cpp:LogSettings:83: yuzu Configuration: | |
[ 1.380511] Config <Info> core\settings.cpp:LogSetting:79: System_UseDockedMode: false | |
[ 1.380512] Config <Info> core\settings.cpp:LogSetting:79: System_EnableNfc: true | |
[ 1.380513] Config <Info> core\settings.cpp:LogSetting:79: System_RngSeed: 0 | |
[ 1.380514] Config <Info> core\settings.cpp:LogSetting:79: System_CurrentUser: 0 | |
[ 1.380515] Config <Info> core\settings.cpp:LogSetting:79: System_LanguageIndex: 1 | |
[ 1.380515] Config <Info> core\settings.cpp:LogSetting:79: Core_UseCpuJit: true | |
[ 1.380516] Config <Info> core\settings.cpp:LogSetting:79: Core_UseMultiCore: false | |
[ 1.380721] Config <Info> core\settings.cpp:LogSetting:79: Renderer_UseResolutionFactor: 0 |
This file contains hidden or 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
ERROR: ld.so: object '/home/lolxnn/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
ERROR: ld.so: object '/home/lolxnn/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. | |
ERROR: ld.so: object '/home/lolxnn/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. | |
ERROR: ld.so: object '/home/lolxnn/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
75985.355:0008:0009:trace:module:load_builtin_callback loaded ntdll.dll 0x1104f8 0x7bc10000 | |
75985.355:0008:0009:trace:module:load_builtin_dll Trying built-in L"kernel32.dll" | |
75985.355:0008:0009:trace:module:load_dll looking for L"ntdll.dll" in L"" | |
75985.355:0008:0009:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 0x7bc100 |
This file contains hidden or 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
/* echo.c, derived from code echo.c in Bash. | |
Copyright (C) 1987-2018 Free Software Foundation, Inc. | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. | |
This program is distributed in the hope that it will be useful, | |
but WITHOUT ANY WARRANTY; without even the implied warranty of |