Added S3 support for media files. Fixed MindGeek scraper for new poster data structure.
This commit is contained in:
@@ -100,6 +100,7 @@ const releasePosterFragment = `
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
isS3
|
||||
comment
|
||||
sfw: sfwMedia {
|
||||
id
|
||||
@@ -120,6 +121,7 @@ const releaseCoversFragment = `
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
isS3
|
||||
comment
|
||||
sfw: sfwMedia {
|
||||
id
|
||||
@@ -140,6 +142,7 @@ const releasePhotosFragment = `
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
isS3
|
||||
comment
|
||||
sfw: sfwMedia {
|
||||
id
|
||||
@@ -160,6 +163,7 @@ const releaseTrailerFragment = `
|
||||
path
|
||||
thumbnail
|
||||
mime
|
||||
isS3
|
||||
isVr
|
||||
}
|
||||
}
|
||||
@@ -173,6 +177,7 @@ const releaseTeaserFragment = `
|
||||
path
|
||||
thumbnail
|
||||
mime
|
||||
isS3
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user