<div class="gift-card __ru __live __large __sale __no-frame"
<div class="gift-card __ru __live __large __free __no-frame" aria-label="">
<li class="it grid_li __double">
<div class="gift-card __ru __live __large __free __no-frame" aria-label="">
<div class="gift" style="background-image: url(//); " aria-label="null">
<img src="" width="24" class="gift-control" height="24"/>
</div>
<div class="gift-price ">
<span class="gift-price_icon"></span>
<span class="gift-price_text"></span>
</div>
<a aria-label="" aria-label="null" href="" class="gift-link"></a>
</div>
<li class="it grid_li __double">
<div class="gift-card __ru __live __large __sale __no-frame" aria-label="">
<div class="gift" style="background-image: url(//); " aria-label="null">
<img src="" width="24" class="gift-control" height="24"/>
</div>
<div class="gift-price ">
<span class="gift-price_icon"></span>
<span class="gift-price_text"></span>
</div>
<a aria-label="" aria-label="null" href="" class="gift-link"></a>
</div>
<script>
window.addEventListener('load', () => {
$.getJSON('json файл тут ', function(data) {
$(".mypanel1").html(data.hls);
const allText1 = document.body.innerText;
console.log(allText1);
});
});
</script>
<meta charset="UTF-8" />
<html lang="en">
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script>
$.getJSON('тут json', function(data) {
var text = `${data.hls}
`
$(".mypanel").html(text);
});
</script>
<body>
<h>#EXTM3U<br></h>
<h>#EXTINF:-1 ,Первый канал<br></h>
<h class="mypanel">#EXTINF:-1 ,Россия 1<br></h>
<script>
window.addEventListener('load', () => {
const allText = document.body.innerText;
console.log(allText);
});
</script>
</body>
</html>
так не получается