Closed ProtagNeptune closed 5 months ago
Is it supposed to be Invalid file extension (mp4 to mov)
? 🤔
Nevermind... 😅
I'm using a del.bat
with the following code until this issue is resolved.
@echo off
cd /d "C:\Users\jelly\Grabber"
for /r %%i in (*) do (
if "%%~xi"=="" (
echo Delete file with no extension: "%%i"
del "%%i"
)
)
:: --------------------
pause
exit
Update 19dcd19
The file end-up named
3b85d1b224e33116992e3317e7a10291
with no extension at all.Originally posted by @ProtagNeptune in https://github.com/Bionus/imgbrd-grabber/issues/3186#issuecomment-2156925878