Skip to content

Commit 54f0e23

Browse files
committed
fix: Use new spreadsheet for OCID prefixes
1 parent 17ef0a2 commit 54f0e23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pelican/util/codelists.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ def get_media_type_codelist() -> tuple[str, ...]:
5151

5252

5353
def get_ocid_prefix_codelist() -> tuple[str, ...]:
54-
url = "https://docs.google.com/spreadsheets/d/1Am3gq0B77xN034-8hDjhb45wOuq-8qW6kGOdp40rN4M/pub?gid=506986894&single=true&output=csv" # noqa: E501
54+
# https://docs.google.com/spreadsheets/d/1E5ZVhc8VhGOakCq4GegvkyFYT974QQb-sSjvOfaxH7s/pubhtml?gid=506986894&single=true&widget=true
55+
url = "https://docs.google.com/spreadsheets/d/e/2PACX-1vQP8EwbUhsfxN7Fx7vX3mTA6Y8CXyGi04bHUepdcfxvM6VRVP9f5BWAYEG6MPbnJjWJp-La81DgG8wx/pub?gid=506986894&single=true&output=csv" # noqa: E501
5556
return _codes(url, "OCID")

0 commit comments

Comments
 (0)