-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"List Index out of range" error when using xargs? #118
Comments
A bit of an update:
Looks like I was confused in the wrong place. This seems to be a nineanime issue - nothing more or less. Please close, if my estimate is right: 9anime doesn't like me flooding them with requests through a shell script. ^^; EDIT: Invoking the program from the shell directly and passing the url directly too, this issue no longer occurs. Also, it seems that the last line of the text file also passes. |
Issue found. I might update the script later - but really, the issue is so silly, I forgot it was a thing. So, Microsoft Notepad saves using CRLF line endings - but my script blatantly expected LF - and a random CR character was always passed at the end of the url.
Solution will be to
|
I put together a list of links in Notepad and wanted to use anime-dl from WSL2 running Debian to run through the links I picked.
If I copy/paste the link and write the command in myself (
$ anime dl "...")
it works. But weirdly, not here.I had tried to use a script previously but, same result:
I am a bit confused... Ideas? o.o
The text was updated successfully, but these errors were encountered: