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 Ann 8384086f35 Update README 2024-01-28 23:47:22 -06:00
README.txt Update README 2024-01-28 23:47:22 -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

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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

2024 note: This is an old script; it probably doesnt work anymore.

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@posteo.at>
Sauce is at https://hak.xwx.moe/jadedctrl/osubdl