yayugu / net-radio-archive

MIT License
188 stars 29 forks source link

超A&G URL変更? #72

Open 5hed opened 1 year ago

5hed commented 1 year ago

番組表URLが変わりましたね。 lib/ag/scraping.rb の番組表URLを書き換えましたが、

(log/production.log)

E, [2023-04-29T13:59:50.016950 #3374744] ERROR -- : rec failed. job:#, 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 1 year ago

自己解決しました。 lib/ag/recording.rb のAGQR_STREAM_URLを

AGQR_STREAM_URL = 'https://www.uniqueradio.jp/agapps/hls/cdn.m3u8' に書き換えて、(今のところ)正常に録音されるようになりました。