Archived
1
0
Disbranĉigi 0
💀 Shell script to download subtitles from OpenSubtitles.
Ĉi tiu deponejo arĥiviĝis je 2024-01-28. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
Iri al dosiero
Jaidyn Lev f774658b26 Fix error with gendl 2019-01-21 16:16:38 -06:00
README.txt Init 2019-01-20 14:51:47 -06:00
gendl Fix error with gendl 2019-01-21 16:16:38 -06:00
oshash.c Init 2019-01-20 14:51:47 -06:00
osubdl Replaced curl with gendl 2019-01-20 17:42:10 -06:00

===============================================================================
OSUBDL                                                 Fetch subs, senprobleme!
===============================================================================

It's kind of annoying to visit OpenSubtitle's website.
First off, their site's shit.
Second off, it uses Javascript.

Let's get around that.
With `osubdl`, you can download subtitles for a given file in the
given language "automagically"~



----------------------------------------
PRE-REQUISITES
----------------------------------------
You'll need:
	* To compile "oshash.h" to "oshash" and put it in your $PATH
	* a POSIX-compatible shell (tested with `pdksh` and `bash`)
	* "unzip" installed
	* "curl" installed"
	* Some videos <3



----------------------------------------
USAGE
----------------------------------------
Just run "osubdl" like so:

	osubdl file [language] [destination]

The file should be, obviously, some TV episode or movie's video file.
The language defaults to "eng" (english), but you can choose any
three-char language code.
The destination defaults to the file's name, but with "srt" as the
file-extension.



----------------------------------------
BORING STUFF
----------------------------------------
License is CC-0
Author is Jenga Phoenix <jadedctrl@teknik.io>
Sauce is at https://git.eunichx.us/osubdl