Add IPTV playlist functionality and enhance streaming endpoints
Implemented a new endpoint for downloading the IPTV playlist, allowing users to access a comprehensive M3U file containing all channels and program guides. Updated the StreamingEndpoints to support token validation for both cookie and query parameters, ensuring secure access for external IPTV players. Enhanced the AirPage component to include a download button for the IPTV playlist, with appropriate user feedback on success or failure. Updated localization strings to reflect new features and instructions for users.
This commit is contained in:
@@ -65,6 +65,11 @@ export const ru = {
|
||||
offline: 'Канал сейчас не в эфире',
|
||||
offlineHint: 'Нет расписания или контента. Загляните позже.',
|
||||
numbersHint: '↑ / ↓ — переключение каналов по номерам',
|
||||
iptv: 'Плейлист IPTV',
|
||||
iptvHint:
|
||||
'M3U со всеми каналами и программой передач — для VLC, TiviMate и подобных. Доступ к эфиру зашит в сам файл: делиться им нельзя.',
|
||||
iptvDone: 'Плейлист скачан. Файл открывает доступ к эфиру — не передавайте его никому.',
|
||||
iptvFailed: 'Не удалось собрать плейлист',
|
||||
retry: 'Повторить',
|
||||
},
|
||||
settings: {
|
||||
|
||||
Reference in New Issue
Block a user