stefanodvx / crunpyroll

Async API wrapper for Crunchyroll
MIT License
74 stars 21 forks source link

Correct fragment indexing #15

Closed inks007 closed 7 months ago

inks007 commented 8 months ago

Segment urls were missing the first fragment (it was starting at fragment-2-...) and had an additional non-existent last fragment.

This patch corrects for this (did I make the change in the correct place?).