SuperMarcus / NineAnimator

An elegant way of discovering anime on iOS.
https://9ani.app
GNU General Public License v3.0
794 stars 98 forks source link

Add initial support for zoro.to #297

Closed ISnackable closed 2 years ago

ISnackable commented 2 years ago

To-do:

ISnackable commented 2 years ago

Just discovered a bug, some specific webvtt file causes player to stall due to failed Regex matching of timestamp.

Do not merge until this bug has been fixed, thanks.

NOTE this one fails
00:01.000 --> 00:04.000
- Never drink liquid nitrogen.

NOTE this one passes
00:01:14.815 --> 00:01:18.114
- Where are we now?

Edit: Created a PR: SuperMarcus/NineAnimatorCommon#6 to address this issue.