Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sapuri/porn-thumbnail-api

API for getting porn thumbnails from a video url
https://github.com/sapuri/porn-thumbnail-api

golang json-api pornhub scraping

Last synced: about 2 months ago
JSON representation

API for getting porn thumbnails from a video url

Awesome Lists containing this project

README

        

# porn-thumbnail-api
API for getting porn thumbnails from a video url

## Usage
### PornHub
```
/pornhub?url=[video url]
```

Output:
```
{
status: "ok",
site_name: "PornHub",
url: "[video url]",
thumbnail_urls: [...]
}
```