I want to try rip my usual website, NHK radio. But lately, the asx files convert to m4a type, and using own radio player (flash based). usually i use my GetASF. but now I can't catch it.
this link i want to rip.
http://www3.nhk.or.jp/nhkworld/id/ra.../201509040600/
when above link opened, it link to
http://www3.nhk.or.jp/nhkworld/commo...ay=true#popout
I tried to remove the
"&autoplay=true#popout"
still got played.
but
when I tried to search the source. every thing is same.
Code:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<title>Radio Japan On Demand Player - NHK WORLD</title>
<link rel="stylesheet" href="/nhkworld/common/css/nw_radio_player.css?_=FD86AA23">
<script>
var nol_com = nol_com || {};
nol_com.globalloaded = true;
</script>
<script src="/nhkworld/common/js/common.js?_=2C02C31F" charset="utf-8"></script>
<script src="/common/js/nol_ua.js" charset="utf-8"></script>
<script src="/nhkworld/common/js/lib/swfobject.js" charset="utf-8"></script>
</head>
<body>
<div id="header"><img src="/nhkworld/common/images/header_320x45.png" alt="NHK WORLD"></div>
<div id="radioplayer"></div>
<div id="noradioplayer">
<img src="/nhkworld/common/images/player_space_200x42.png" width="200" height="42" alt="no Player">
</div>
<script src="/nhkworld/common/tc/s_pre.js" charset="utf-8"></script>
<script src="/common/tc/am.js" charset="utf-8"></script>
<script src="/common/tc/vhb.js" charset="utf-8"></script>
<script src="/common/tc/aap.js" charset="utf-8"></script>
<script src="/nhkworld/common/js/nw_radio_player.js?_=264B0138" charset="utf-8"></script>
<script>
nw_radio_player.clip('radioplayer');
</script>
</body>
</html>
but the only one different just the link.
201509072100_id_01.m4a to 201509082100_id_01.m4a
201509082100_id_01.m4a to 201509092100_id_01.m4a
each day got different name.
how to download the audio file this time. thanks.