Some YouTube track numbers not being stripped
See original GitHub issueI’ve noticed some YouTube videos that have tracks defined aren’t getting track numbers stripped properly. Some examples:
https://youtu.be/fYuOnQBdETo
01. Bossa Nostra - Life
The track title and artist are being parsed, but the “01.” is not getting stripped from the song title
https://youtu.be/06vMXxnHmW0
1. Old Skool Joint - Loop Therapy
The track title and artist again are parsed, but the “1.” is not getting stripped
https://youtu.be/PWUxqdCZ1H4
1) Universal Mother (Let Yourself Flow) - Jestofunk
Track title and artist are split, but here the track number “1)” is not getting stripped
I’m working on one addition to the TypeScript rules that would strip one or two digits followed by “.”, “)”, or “…” (the latter is one I can remember seeing, but I can’t find an example of it now).
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top GitHub Comments
@CTimmerman thanks! Could you open a new issue as a reminder for me to fix it?
looks like https://www.youtube.com/watch?v=YT28Xfl8sEs is another example of a mix with chapters that are not processing correctly.
not knowing how the extension works, does it just see the current chapter, or can it see all chapters in a video … if the former, would being able to see if the list starts with sequential numbers followed by punctuation help filter them out?