Closed ghost closed 2 years ago
Hey.
Thanks for that. I didn't add it in because their subtitles are weirdly delayed from me using a web browser. In saying that, if you want, you can create a pull request and I'll add it in.
Yes, please add Subtitles options and able to download Subtitles Only.
@freyta Hey, can you please add a subtitle download? yes, maybe they are delayed, but for people who need them, it's not so important, you know what I mean? In addition, many players have the ability to speed up/slow down subtitles. Please...
Commit https://github.com/freyta/WWE-Network-Downloader/commit/82ed598b72dc0418d8972455a45cc4d275e5210b fixes this.
The subtitles are actually a lot better now than they used to be. Sorry for the delay in adding it!
@freyta I'm getting an error...
modify https://github.com/freyta/WWE-Network-Downloader/blob/master/wwe.py#L79 to
vtt_file.write(subtitle_data, encoding='utf-8')
A good amount of videos have subtitles, if you were interested in adding them in:
Sample code:
and add to the ffmpeg command:
-i input.srt -c copy -c:s mov_text
(Or you could switch to MKV, but that would require reformatting the chapter-ized output)