Skip to content

Instantly share code, notes, and snippets.

View krzmaz's full-sized avatar

Krzysztof Mazur krzmaz

View GitHub Profile
@krzmaz
krzmaz / NapiprojektSubtitlesDownloader
Created May 5, 2025 21:41
Napiprojekt subtitles download script
#!/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