Skip to content

Commit 7cad4ea

Browse files
Add missing schemes to rumble.yml (#867)
* Add missing schemes to rumble.yml * Fix linting of file * Fix lint
1 parent 6951005 commit 7cad4ea

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

providers/rumble.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
- provider_name: Rumble
33
provider_url: https://rumble.com/
44
endpoints:
5-
- url: https://rumble.com/api/Media/oembed.{format}
5+
- schemes:
6+
- https://rumble.com/*
7+
- https://rumble.com/shorts/*
8+
url: https://rumble.com/api/Media/oembed.{format}
69
example_urls:
7-
- https://rumble.com/api/Media/oembed.xml?url=https%3A%2F%2Frumble.com%2Fv30jzs-dog-dont-know-where-to-hide-her-bone.html
8-
- https://rumble.com/api/Media/oembed.json?url=https%3A%2F%2Frumble.com%2Fv30jzs-dog-dont-know-where-to-hide-her-bone.html
10+
- https://rumble.com/api/Media/oembed.xml?url=https%3A%2F%2Frumble.com%2Fv30jzs-dog-dont-know-where-to-hide-her-bone.html
11+
- https://rumble.com/api/Media/oembed.json?url=https%3A%2F%2Frumble.com%2Fv30jzs-dog-dont-know-where-to-hide-her-bone.html
12+
- https://rumble.com/api/Media/oembed.json?url=https%3A%2F%2Frumble.com%2Fshorts%2Fv5d871x
913
discovery: true
1014
...

0 commit comments

Comments
 (0)