We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e97fc9 commit 7076f73Copy full SHA for 7076f73
1 file changed
src/views/list/sat/index.vue
@@ -280,7 +280,7 @@ const initSat = async () => {
280
if(sessionStorage.getItem('satRst')){
281
rst = sessionStorage.getItem('satRst') || ""
282
}else{
283
- rst = await (await fetch('https://celestrak.org/NORAD/elements/amateur.txt')).text()
+ rst = await (await fetch('https://celestrak.org/NORAD/elements/gp.php?GROUP=amateur&FORMAT=tle')).text()
284
sessionStorage.setItem('satRst', rst)
285
}
286
const lines = rst.split(/\r?\n/);
0 commit comments