Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/byteful/video-api
Browse files Browse the repository at this point in the history
  • Loading branch information
byteful committed Jun 5, 2024
2 parents f3f2a64 + c9d4b0a commit 2107be8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# video-api
This is a REST API that allows users to get direct HLS streaming URLs. Simply choose between movie or TV show and fill out the required parameters. The API takes a while to resolve as it webscrapes fmovies.ps and then returns the URL it finds.

This was created simply for educational purposes and I am not responsible for misuse.
> [!WARNING]
> This was created simply for educational purposes and I am not responsible for any misuse.
## Requirements
- `Node.js` v20 or above
Expand Down Expand Up @@ -73,4 +74,5 @@ GET /search?query=[title]
}
```

<p color="red">You must be patient with this API as it needs time to webscrape. You should never expect it to resolve quick.</p>
> [!IMPORTANT]
> #### You must be patient with this API as it needs time to webscrape. You should NEVER expect it to resolve quickly.

0 comments on commit 2107be8

Please sign in to comment.