{
    "message": "TV5 Video Downloader API",
    "version": "1.0.0",
    "available_methods": {
        "search": "Search content - ?method=search&query=Название",
        "get_tv_show": "Get TV show info - ?method=get_tv_show&query=Название&player_id=12345",
        "get_player_data": "Get player data - ?method=get_player_data&player_id=12345",
        "get_available_qualities": "Get available qualities - ?method=get_available_qualities&player_id=12345&season=1&episode=1&voice_id=152",
        "download": "Download video (MP4) - ?method=download&player_id=12345&season=1&episode=1&voice_id=152&quality=720"
    },
    "notes": [
        "Download method creates proper MP4 file with MOOV atom",
        "M3U8 method returns playlist for direct streaming",
        "Recommended: use download for finished files, M3U8 for streaming"
    ],
    "history": "Show request history - ?method=history"
}