Skip to content

Commit 3497e19

Browse files
authored
Add FrameRate provider (#926)
* Add FrameRate provider FrameRate (framerate.tv) is a video platform for filmmakers and motion designers. oEmbed endpoint supports JSON and XML with discovery tags live on video pages. Example URL returns a valid response. * Update example URL in framerate.yml
1 parent 80e6134 commit 3497e19

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

providers/framerate.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
- provider_name: FrameRate
3+
provider_url: https://framerate.tv/
4+
endpoints:
5+
- schemes:
6+
- https://framerate.tv/watch/*
7+
url: https://framerate.tv/api/oembed
8+
discovery: true
9+
formats:
10+
- json
11+
- xml
12+
example_urls:
13+
- https://framerate.tv/api/oembed?url=https://framerate.tv/watch/52e6a94a-6985-4611-ab4a-b1e7e047ef22

0 commit comments

Comments
 (0)