<script>
function enc(json){
for(let i in json.feed.entry){
for(let item in json.feed.entry[i].link){
if(json.feed.entry[i].link[item].rel == 'enclosure'){
document.write(`Link : ${json.feed.entry[i].link[item].href} // Type : ${json.feed.entry[i].link[item].type}`);
}
}
}
}
</script>
<script src='https://subdomain.blogspot.com/feeds/posts/default?alt=json-in-script&callback=enc'></script>
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJSD-FkoCVb920vYV0z7pkbWwsQvVrK0-fFoulFot7OXAwE7PXVZRNPP7wtCS_MGkHo8zbZcPBxyGT2AB-8CizCypPPHPBSgb42lgW4zyds1usWOS9c4zA8gEOiumKP92WRIh3mHfwqKel5IMmLnri9Nv2k7vrd4oW4fPsaf1LtlayMVi2nUXRFTb1Lw/s800/Firefox_Screenshot_2022-08-14T20-07-22.501Z.png
Similar Threads