Allows you to download subtitles from Netflix
< Feedback on Netflix - subtitle downloader
Nope. My script simply presses "next episode" button. Don't know how that plugin works. Ask somebody who created it.
Thanks, could you tell me which part of your script pressing the "next episode" button. And i will try to send this information to the person who originally wrote the script, it might help him to find a way to modify the script to download the full season.
Won't help you much but there you go:
// line 17
var NEXT_EPISODE = '.player-next-episode:not(.player-hidden), .button-nfplayerNextEpisode';
// line 312
var nextEp = document.querySelector(NEXT_EPISODE);
if(nextEp)
nextEp.click();
Thank you so much.
Porting Download subs from this ep till last available
Sorry if this request is way off-topic, is there any chance that you be able to port your option "Download subs from this ep till last available" from your script to this script "Netflix.Subtitles.Downloader-0.13.9" with Kodi 18
https://mega.nz/#!d4NDRCoC!PXqmYtQCPVXCfktNTg4LVNixwEmfMf-_zWGI82dp41g
so we be able to download subtitles for a full season in Arabic in one step in SRT format.
i think the files that may needed to be modified if the porting is possible are
resources\settings.xml resources\language\resource.language.en_gb\strings.po resources\lib\MSL.py