We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ef0a2 commit 54f0e23Copy full SHA for 54f0e23
pelican/util/codelists.py
@@ -51,5 +51,6 @@ def get_media_type_codelist() -> tuple[str, ...]:
51
52
53
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
+ # 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
56
return _codes(url, "OCID")
0 commit comments