Instagram-php-scraper: Tell me how to get a link to the video?

Created on 24 Mar 2019  路  1Comment  路  Source: postaddictme/instagram-php-scraper

Tell me how to get a link to the video?

Most helpful comment

        $video_media_url = $instagram->getMediaByUrl($link);
        $video_url = $video_media_url['videoStandardResolutionUrl'];

Search github please :)

>All comments

        $video_media_url = $instagram->getMediaByUrl($link);
        $video_url = $video_media_url['videoStandardResolutionUrl'];

Search github please :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jakerator picture jakerator  路  5Comments

waffle9012 picture waffle9012  路  6Comments

congkv picture congkv  路  4Comments

FranciscoG picture FranciscoG  路  6Comments

Tripoli96 picture Tripoli96  路  5Comments