Hulu.com Subtitles Downloader
- Python 3.x
- Open video page like
https://www.hulu.com/watch/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
- Copy the text below and paste it to console of your browser to get Content ID:
var x=new XMLHttpRequest;x.open("GET","https://discover.hulu.com/content/v3/entity?language=en&schema=4&eab_ids="+window.location.href.split("/").pop(),!1),x.withCredentials=!0,x.send(null),JSON.parse(x.responseText)["items"][0]["content_id"];
- Execute the following command and follow the steps as told (if you want to save as VTT, use
-v
or--vtt
option):
python3 hulusubs-dl.py