VideoSourceTV: Add matching fo SATRip and IPTVRip (#419)

Co-authored-by: mgdigital <mgdigital@users.noreply.github.com>
This commit is contained in:
Daniil Guzanov 2025-05-11 01:43:17 +03:00 committed by GitHub
parent f70352f4c5
commit 76230e9f9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,8 @@ var videoSourceAliases = map[string]VideoSource{
"dvd9": VideoSourceDVD,
"dvdrip": VideoSourceDVD,
"hdtv": VideoSourceTV,
"iptvrip": VideoSourceTV,
"satrip": VideoSourceTV,
"web": VideoSourceWEBRip,
"web-dl": VideoSourceWEBDL,
"web-rip": VideoSourceWEBRip,