超A&G URL変更?
5hed opened this issue · 1 comments
5hed commented
番組表URLが変わりましたね。
lib/ag/scraping.rb の番組表URLを書き換えましたが、
(log/production.log)
E, [2023-04-29T13:59:50.016950 #3374744] ERROR -- : rec failed. job:#Job:0x000056106eaa3690, exit_status:pid 3374888 exit 1, output:[tcp @ 0x621d640] Connection to tcp://fms2.uniqueradio.jp:443 failed: Connection refused
https://fms2.uniqueradio.jp/agqr10/aandg1.m3u8: Connection refused
でエラーになり録音に失敗します。
Referer的なものが必要?
5hed commented
自己解決しました。
lib/ag/recording.rb のAGQR_STREAM_URLを
AGQR_STREAM_URL = 'https://www.uniqueradio.jp/agapps/hls/cdn.m3u8'
に書き換えて、(今のところ)正常に録音されるようになりました。