diff --git a/pyorbital/tlefile.py b/pyorbital/tlefile.py index b1a6df7..a411b66 100644 --- a/pyorbital/tlefile.py +++ b/pyorbital/tlefile.py @@ -8,6 +8,7 @@ # Esben S. Nielsen # Martin Raspaud # Panu Lahtinen +# Will Evonosky # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -34,7 +35,8 @@ import glob import numpy as np -TLE_URLS = ('http://celestrak.com/NORAD/elements/weather.txt', +TLE_URLS = ('http://www.celestrak.com/NORAD/elements/active.txt', + 'http://celestrak.com/NORAD/elements/weather.txt', 'http://celestrak.com/NORAD/elements/resource.txt', 'https://www.celestrak.com/NORAD/elements/cubesat.txt', 'http://celestrak.com/NORAD/elements/stations.txt',