[PR #645] 708 fixes #1495

Open
opened 2026-01-29 17:16:45 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/645

State: closed
Merged: Yes


  • Updated window info dump
  • Realised missing BS command

In one of the examples with BS command - before:

66
00:04:08,965 --> 00:04:09,599
         <font color="aaaaaa">Perhaps there''s anothr</font>
          <font color="aaaaaa">place where David Wong</font>
200
00:09:06,230 --> 00:09:07,396
       <font color="aaaaaa">Maybe Wong''s noe</font>
            <font color="aaaaaa">was legit after all.</font>

After:

66
00:04:08,965 --> 00:04:09,599
         <font color="aaaaaa">Perhaps there's another</font>
          <font color="aaaaaa">place where David Wong</font>
200
00:09:06,230 --> 00:09:07,396
       <font color="aaaaaa">Maybe Wong's note</font>
            <font color="aaaaaa">was legit after all.</font>
**Original Pull Request:** https://github.com/CCExtractor/ccextractor/pull/645 **State:** closed **Merged:** Yes --- - Updated window info dump - Realised missing BS command In one of the examples with BS command - before: ``` 66 00:04:08,965 --> 00:04:09,599 <font color="aaaaaa">Perhaps there''s anothr</font> <font color="aaaaaa">place where David Wong</font> 200 00:09:06,230 --> 00:09:07,396 <font color="aaaaaa">Maybe Wong''s noe</font> <font color="aaaaaa">was legit after all.</font> ``` After: ``` 66 00:04:08,965 --> 00:04:09,599 <font color="aaaaaa">Perhaps there's another</font> <font color="aaaaaa">place where David Wong</font> 200 00:09:06,230 --> 00:09:07,396 <font color="aaaaaa">Maybe Wong's note</font> <font color="aaaaaa">was legit after all.</font> ```
claunia added the pull-request label 2026-01-29 17:16:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1495