mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 00:52:45 -05:00
- View count and relative date detection now require the text to fully
look like one ('1.6M views', 'no views', '4 days ago', ...) instead of
a bare substring match, so channel names containing those words
(e.g. 'Daily Views') can no longer produce a false match. When several
parts match, the last one wins, as author rows precede metadata rows.
- Test fixtures were rebuilt keeping only the fields the parser reads:
all YouTube tracking parameters (including an accidentally captured
client IP inside thumbnail URLs) are gone.
Regression case added for tricky channel names.