Skip to content

Files

Latest commit

 

History

History
48 lines (35 loc) · 1.8 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.8 KB

Subscene-Downloader.au3

AutoIT script for downloading subtitles from Subscene.com


Requirements

To use this you will need:

  1. AutoIT version 3.3.14.5
  2. JSON UDF by Ward and Jos
  3. autoit-winhttp
  4. WebDriver UDF by Danp2
  5. WebDriver for Chrome version 93
  6. Google Chrome version 93

For all the UDF and WebDriver executable, you will need to put it along with the script

The content of the directory should be look like this:

---\BinaryCall.au3
---\chromedriver.exe
---\Json.au3
---\Subscene-Downloader.au3
---\wd_cdp.au3
---\wd_core.au3
---\wd_helper.au3
---\WinHttp.au3
---\WinHttpConstants.au3

Usage

Inside the script, you can call _DoDownloadSubs with three arguments:

  1. Link to the subscene specific movie page, e.g. "https://subscene.com/subtitles/the-queens-corgi"
  2. File name of the movie, e.g. "The.Queen's.Corgi.2019" (optional, default is last part of the subscene's link)
  3. Folder where you want to put the downloaded subtitles, e.g. "C:\Users\User1\Downloads\Video\The.Queen's.Corgi.2019" (optional, default is last part of the subscene's link within current user's download directory)

You can add or remove language to be downloaded by changing array $language on line 20. If the subtitle in the language you specified doesn't exist, it will be skipped.


Trouble

If only one subtitle available for the language to be dowloaded, it get skipped.