diff --git a/src/python/run_extract_origxml.py b/src/python/run_extract_origxml.py
index b2c92c357014e1b3b52e8c0239b050a4c13978cb..b6d7f3bb1d111abeae21f34f9485dcd7b4d58593 100644
--- a/src/python/run_extract_origxml.py
+++ b/src/python/run_extract_origxml.py
@@ -36,8 +36,12 @@ t1 = time.time()
 name_tar_file = input_file.split('/')[-1].split('.tar.gz')[0]
 files_proc, _ = utils_proc.get_list(year_tocomp, folder_database, name_tar_file)
 
+print(input_file)
 comm = 'git lfs pull -I ' + input_file
 utils_proc.call_with_out(comm)
+input_file_xml = '/'.join(input_file.split('/')[:-1]) + '/01_rawmeta.tar.gz'
+comm = 'git lfs pull -I ' + input_file_xml
+utils_proc.call_with_out(comm)
 
 list_proc = list()
 for infile in files_proc: