Scrape xnxx dengan pyppeteer dan BeautifulSoup 4 Python
/videos
= Beberapa Video dari halaman beranda.
/videos/<video_name>
= Mencari video.
[{
"title": String,
"url": String,
"thumbnail": String
}, {
...
}]
{
"success": true,
"message": "Success 200",
"result": [
{
"title": String,
"url": String,
"thumbnail": String,
"metadata": {
"duration": String
}
}, {
...
}
]
}
{
"success": false,
"message": "Not found"
}