alexanderwink / subdl

subdl - command-line tool to download subtitles from opensubtitles.org Official support for subdl seems to have been dropped. This site is intended for the future use of subdl with community driven support.
87 stars 18 forks source link

argparse #30

Closed milahu closed 1 year ago

milahu commented 2 years ago

use argparse to parse arguments

currently, we must set options first

subdl --option movie.mkv

but this should work too

subdl movie.mkv --option
FranciscoRomao commented 1 year ago

Hi, I am new to contributing to open source software, but I can help. Could I work on this feature? I guess I should work on it and then do a pull request to be eventually merged by the owner of the repo. Is that it?

milahu commented 1 year ago

just do it ; )

FranciscoRomao commented 1 year ago

Done. #35