Skip to content

Commit

Permalink
add Nebula provider (#767)
Browse files Browse the repository at this point in the history
* add Nebula provider

* use yml file extension
  • Loading branch information
zemlanin authored Aug 26, 2024
1 parent 05034dc commit 1990277
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions providers/nebula.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
- provider_name: Nebula
provider_url: https://nebula.tv
endpoints:
- url: https://nebula.tv/api/oembed
notes: Provider only supports the 'json' format
formats:
- json
schemes:
- https://nebula.tv/videos/*
example_urls:
- https://nebula.tv/api/oembed?url=https%3A%2F%2Fnebula.tv%2Fvideos%2Fjetlag-season-seven-trailer
- https://nebula.tv/api/oembed?url=https%3A%2F%2Fnebula.tv%2Fvideos%2Fpatrickhwillems-night-of-the-coconut

- provider_name: Nebula Beta
provider_url: https://beta.nebula.tv
endpoints:
- url: https://beta.nebula.tv/api/oembed
notes: Provider only supports the 'json' format
formats:
- json
schemes:
- https://beta.nebula.tv/videos/*
example_urls:
- https://beta.nebula.tv/api/oembed?url=https%3A%2F%2Fbeta.nebula.tv%2Fvideos%2Fjetlag-season-seven-trailer
- https://beta.nebula.tv/api/oembed?url=https%3A%2F%2Fbeta.nebula.tv%2Fvideos%2Fpatrickhwillems-night-of-the-coconut
...

0 comments on commit 1990277

Please sign in to comment.