Skip to content

Commit

Permalink
Update NDLA provider (#739)
Browse files Browse the repository at this point in the history
* Adding ndla provider to oembed

* Use functioning url

* Update NDLA provider with more schemes.
  • Loading branch information
gunnarvelle authored Mar 25, 2024
1 parent 074f8df commit 0a6b50a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions providers/ndla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@
endpoints:
- schemes:
- https://ndla.no/*
- https://ndla.no/article/*
- https://ndla.no/audio/*
- https://ndla.no/concept/*
- https://ndla.no/image/*
- https://ndla.no/video/*
url: https://ndla.no/oembed
example_urls:
- https://ndla.no/oembed?url=https://ndla.no/subject:20/topic:1:186732/topic:1:187167/resource:1:176616
- https://ndla.no/oembed?url=https://ndla.no/article/123
discovery: false
notes: Provider only supports the 'rich' type.
- schemes:
- https://liste.ndla.no/*
url: https://liste.ndla.no/oembed
example_urls:
- https://liste.ndla.no/oembed?url=https://liste.ndla.no/?concept=123
- https://ndla.no/oembed?url=https://ndla.no/audio/123
- https://ndla.no/oembed?url=https://ndla.no/concept/123
- https://ndla.no/oembed?url=https://ndla.no/image/123
- https://ndla.no/oembed?url=https://ndla.no/video/6289964283001
discovery: false
notes: Provider only supports the 'rich' type.
...

0 comments on commit 0a6b50a

Please sign in to comment.