Where to find the response video data?

后端 未结 1 683
再見小時候
再見小時候 2020-12-07 05:03

This is regarding retrieving data from Mr.Robot

When I used the inspect element tool to investigate the traffic I was getting from the site via the network panel, her

相关标签:
1条回答
  • 2020-12-07 05:56

    In the network tab, if you select to see the headers tab, you can see this information:

    Request URL:http://api.massrelevance.com/usadigitalapps/mr-robot-tag-mrrobot.json?limit=5&since_id=1039088770827352555_891624285
    

    Here, you can see it's a request to a JSON file. :D

    EDIT: Try going to this URL when the video is not playing in the browser (for some reason, when I had the page loaded this was returning as blank):

    http://api.massrelevance.com/usadigitalapps/mr-robot-tag-mrrobot.json?limit=5&since_id=1039263408306586885_20082880
    

    That was the request mine was making. In there, you can find a video URL:

    https:\/\/scontent.cdninstagram.com\/hphotos-xaf1\/t50.2886-16\/11765169_875397039210031_1586195986_n.mp4
    

    Remove the \ and you'll see the video :D

    0 讨论(0)
提交回复
热议问题