From a67815388e9452ac7afdae1360db8b989ae3a2bc Mon Sep 17 00:00:00 2001 From: Erica Titkemeyer Date: Thu, 19 Sep 2024 15:53:04 -0400 Subject: [PATCH] Update pbcore_xpath_helpers.rb adds proxy_start_time mapping to pbcore --- spec/support/pbcore_xpath_helpers.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/support/pbcore_xpath_helpers.rb b/spec/support/pbcore_xpath_helpers.rb index e634f62d9..0bafa618a 100644 --- a/spec/support/pbcore_xpath_helpers.rb +++ b/spec/support/pbcore_xpath_helpers.rb @@ -82,6 +82,7 @@ def xpath_presets supplemental_material: '//pbcoreAnnotation[@annotationType="Supplemental Material"]', transcript_url: '//pbcoreAnnotation[@annotationType="Transcript URL"]', transcript_source: '//pbcoreAnnotation[@annotationType="Transcript Source"]', + proxy_start_time: '//pbcoreAnnotation[@annotationType="Proxy Start Time"]', rights_summary: '//pbcoreRightsSummary/rightsSummary', rights_link: '//pbcoreRightsSummary/rightsLink', local_identifier: '//pbcoreIdentifier[@source="Local Identifier"]',