KevCui / soaper-dl

:tv: Soaper downloader: download TV series and movies in your terminal
Do What The F*ck You Want To Public License
70 stars 19 forks source link

Added Functionality [-m] to only download media and not subtitle #33

Closed cmgj74 closed 11 months ago

cmgj74 commented 11 months ago

This should only download the media and skip downloading the subtitle with -m passed on the command line.

KevCui commented 11 months ago

Thanks @cmgj74 for this merge request!

Actually, it was planned to not have this flag. If you'd like to download video only, you may set SOAPER_SUBTITLE_LANG to a non-language string. For example: SOAPER_SUBTITLE_LANG=xxx ./soaper-dl.sh .... Then, the script won't download subtitle.

However, it was not working properly and I just added a fix 13e48d8 :) it should work now.

I'm going to close this merge request. You may keep it in your branch if this flag suits your needs. Thanks again for your efforts!

cmgj74 commented 11 months ago

Ok, thanks for the info!