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

Shebang missing in subtitle-downloader.py #17

Closed ghost closed 8 years ago

ghost commented 9 years ago

The shebang(#!/usr/bin/env python) is missing in the subtitle-downloader.py file.

Adding that makes it more convenient to run the script on GNU Linux.

manojmj92 commented 8 years ago

Added