Added movie support to MindGeek scraper.
This commit is contained in:
@@ -142,6 +142,7 @@ async function getTrailer(scene, channel, url) {
|
||||
return null;
|
||||
}
|
||||
|
||||
/*
|
||||
async function getPhotosLegacy(url) {
|
||||
const htmlRes = await http.get(url, {
|
||||
extract: {
|
||||
@@ -169,6 +170,7 @@ async function getPhotosLegacy(url) {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
async function getPhotos(url) {
|
||||
const htmlRes = await http.get(url, {
|
||||
|
||||
Reference in New Issue
Block a user