1 get_video_info
Fabrice edited this page 2024-05-06 17:48:03 +00:00

get_video_info

Récupère les information d'une vidéo.

Requête

http://iptv.xyz/player_api.php?username=u&password=p&action=get_vod_info&vod_id=798696

Exemple de réponse

{
    "info": [
    ],
    "movie_data": {
        "added": "1665585360",
        "category_id": "1214",
        "category_ids": [
            1214
        ],
        "container_extension": "mkv",
        "custom_sid": null,
        "direct_source": "",
        "name": "FR - Aftermath (2017)",
        "stream_id": 798696
    }
}