subadub icon indicating copy to clipboard operation
subadub copied to clipboard

Filenames are "broken" when downloading

Open rsimmons opened this issue 4 years ago • 1 comments

Just so you know, the filenames are still "broken" when downloading Since episode name, season number and episode number get removed from the dom when no mouse movement is happening they are not included in the filename.

Therefore filenames are always <netflix_id>_<language_tag>.srt

Originally posted by @juligreen in https://github.com/rsimmons/subadub/issues/29#issuecomment-915985944

rsimmons avatar Sep 09 '21 14:09 rsimmons

Netflix now exposes these attributes over it's api

netflix.appContext.state.playerApp.getAPI().getVideoMetadataByVideoId(<currentEpisodeID>).getCurrentVideo().getEpisodeNumber()

MinmoTech avatar Sep 09 '21 19:09 MinmoTech