Awesome Reviewers

When editing M3U playlist configuration, treat each #EXTINF block as configuration data that must be (1) internally consistent, (2) externally valid, and (3) quality/behavior-preserving.

Apply this checklist:

Example pattern (correctness + naming + working endpoint):

#EXTINF:-1 tvg-id="DespertarTV.br@HD",Despertar TV (720p)
https://example-provider.com/path/playlist.m3u8

# If an endpoint breaks, switch to a known-good variant:
# (do this only after verification)
#EXTINF:-1 tvg-id="MBCPersia.ae",MBC Persia (1080p)
https://shls-mbcpersia-prod-dub.shahid.net/out/v1/<token>/index_1.m3u8

Use this as a review gate: changes to playlists must include evidence (or at least a verification step) that the URL is reachable and that the metadata (tvg-id/label) matches the intended stream identity.