jmvtechnology / Clappr-Subtitle

SubRip (srt) subtitle support for the Clappr player
17 stars 11 forks source link

Fix empty srt lines #14

Closed alimohammed closed 7 years ago

alimohammed commented 7 years ago

Create a regex that match all subtitles. then create a for loop to get all subtitles lines only without number and time.

WARNING: remove console.log(xdata) after it's works