miru-project / repo

Miru Repository
http://miru-repo.0n0.dev/
MIT License
149 stars 103 forks source link

Add: MkvDrama #165

Closed bachig26 closed 5 months ago

bachig26 commented 5 months ago

there's still couple issue with returning the value for episode name and description in detail page. i wasn't successful. current const name will return empty value, i've tried using regex but it just prints the same 1st episode title for every iteration. i've tried the for case and iteration (i+1) but i might have made some mistake.

but with the help for the watch page res header, it can play. without the episode title, it will be blind but the episode order is in ascending order as default.

OshekharO commented 5 months ago

@bachig26

Try this regex for name

/<h2.><h2.>(.+?)<\/h2>/