tboothman / imdbphp

PHP library for retrieving film and tv information from IMDb
251 stars 84 forks source link

Fix Episodes Comma Thousands Separators #305

Open codixor opened 1 year ago

codixor commented 1 year ago

Fix preg_match on Thousands

tboothman commented 1 year ago

A little more detail please. Where are these thousand separators and why is removing them a good thing?

codixor commented 1 year ago

A little more detail please. Where are these thousand separators and why is removing them a good thing? thanks for response take a look around tt0092325 just to test all possible cases and possible levels of errors.

as int,int that will not break anything on text itself.

pls consider https://docs.guzzlephp.org/en/stable/quickstart.html#async-requests

with promise async i think the code will take less mem footprint