Get _files.xml from Internet Archive too

master
Jeff Moe 2022-06-12 14:46:13 -06:00
parent 8a5f8fe070
commit a094fea6bf
1 changed files with 3 additions and 0 deletions

View File

@ -22,3 +22,6 @@ for i in search_items('identifier:satnogs-observations-*'):
checksum=True, destdir=obs_dl,
retries=4, ignore_errors=True)
download(obs_id, verbose=True, glob_pattern='*._files.xml',
checksum=True, destdir=obs_dl,
retries=4, ignore_errors=True)