This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Napiprojekt Subtitles download by ID | |
# A crude script which allows you to download movie subtitles from Napiprojekt servers by their ID. | |
# To get the ID go to the webpage https://www.napiprojekt.pl/napisy-szukaj, | |
# search for desired title, go to subtitles catalogue and get the ID from the links | |
# Then, just run it with the ID as parameter : | |
# ./NapiprojektSubtitlesDownloader d05ce44cda59d7ab5217aae63f1da8dc | |
# base64 command has a different set of arguments on Mac | |
case $(uname) in |