Skip to content
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

--skip not working #10

Closed
lawlaw2 opened this issue Apr 19, 2017 · 5 comments
Closed

--skip not working #10

lawlaw2 opened this issue Apr 19, 2017 · 5 comments

Comments

@lawlaw2
Copy link

lawlaw2 commented Apr 19, 2017

Hi, i've try do download all subtitle from 12 episodes without the vidéo but the argument "--skip" is unrecognized.

here the code I use

@echo off set /p lien= Entrer le lien echo %lien% pause anime-dl.exe -i "%lien%" -u "*****" -p "*****" -r "720" --skip -l "french" pause

@Xonshiz
Copy link
Owner

Xonshiz commented Apr 19, 2017

Please check the ReadMe and see How to Post Issues and re-format your query accordingly.

And make sure that you're using the latest version, i.e., 2017.04.17.

EDIT: I just checked with the latest version on my end and it worked just fine.

@lawlaw2
Copy link
Author

lawlaw2 commented Apr 19, 2017

HI, i have the last version donwload few hours ago.

Command line executed :
anime-dl.exe -i "http://www.crunchyroll.com/izetta-the-last-witch" -u "***" -p "***" --skip -r "720" -l "french"

--verbose can't create the errorlog because the command line is not executed :

This is the error :

usage: anime-dl.exe [-h] [--version] [-p PASSWORD] [-u USERNAME] [-i INPUT] [-r RESOLUTION] [-l LANGUAGE] anime-dl.exe: error: unrecognized arguments: --skip

@Xonshiz
Copy link
Owner

Xonshiz commented Apr 19, 2017

drop the "-r" and "-l" arguments and you're using the "-l" argument wrong. Language is not for the subtitles, it's for the audio. And when you provide the "--skip" argument, there's no need for the resolution to be passed. And if you want to download 720p, you don't need to pass the resolution's argument at all.

Please check the Issue #5 for the similar issue on resolution.

@Xonshiz
Copy link
Owner

Xonshiz commented Apr 19, 2017

Are you sure you're using the current version? I just ran your command and it did NOT give me the error about --skip not being recognized.

Run this command :

anime-dl.exe --version

And share the output.

Btw, what did you mean by --verbose can't create the errorlog because the command line is not executed : ?

@lawlaw2
Copy link
Author

lawlaw2 commented Apr 19, 2017

problem is resolved ;) thanks for help

@Xonshiz Xonshiz closed this as completed Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants