manojmj92 / subtitle-downloader

Python script to automatically download subtitles for any movie/tv series episode.
GNU General Public License v3.0
780 stars 238 forks source link

Use a single script for both folders and files #7

Closed BeLi4L closed 10 years ago

BeLi4L commented 10 years ago

Merge the two scripts into a single one, by using the sub_downloader function from subtitle-downloader-folder.py and checking if the input is a directory

manojmj92 commented 10 years ago

Thanks!