SubtitlesParser icon indicating copy to clipboard operation
SubtitlesParser copied to clipboard

Multi formats subtitles parser in C#

Results 6 SubtitlesParser issues
Sort by recently updated
recently updated
newest added

There is a problem with upgrading Nuget package Could not install package 'SubtitlesParser 1.5.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.8', but the package...

`YtXmlFormatParser.Parse` causes `System.ArgumentException: 'Stream is not in a valid Youtube XML format'` The code is as follows ``` List subtitleItems; var ytSubtitlesParser = new SubtitlesParser.Classes.Parsers.YtXmlFormatParser(); using (var stream = new...

I have a situation where I am using subliminal to download subtitles, and it seems to default to naming them .en.srt, but some are NOT SRT, so I used our...

You need to limit the Split() to the number of columns from the header row and that should solve it.

hello sir, i used this parser in asp net core 2.1 but it doesn't work, i got this error in that line "using (var fileStream = File.OpenRead(pathToSrtFile))" i got this...

The `WriteStream` in the `SrtWriter` method might called multiple times. I think the `TextWriter writer` should not be closed early in this method. https://github.com/AlexPoint/SubtitlesParser/blob/19ab8d31859e4556ee8adbe4649fe837d4522228/SubtitlesParser/Classes/Writers/SrtWriter.cs#L58-L72