Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sapuri/porn-thumbnail-api
- Owner: sapuri
- License: mit
- Created: 2017-10-18T11:01:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T20:19:56.000Z (about 7 years ago)
- Last Synced: 2023-09-05T03:34:43.117Z (over 1 year ago)
- Topics: golang, json-api, pornhub, scraping
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: [...]
}
```