update M3U8
This commit is contained in:
parent
ab7f1ef646
commit
3b49a4f736
3 changed files with 263 additions and 287 deletions
|
|
@ -28,7 +28,7 @@ def validate_category(s: str) -> str:
|
|||
elif s == "fight":
|
||||
return "Fight (UFC/Boxing)"
|
||||
|
||||
return s.capitalize() if len(s) > 4 else s.upper()
|
||||
return s.capitalize() if len(s) >= 4 else s.upper()
|
||||
|
||||
|
||||
async def refresh_api_cache(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue