Added movie URL file support. Fixed Gamma movie API scraper movie URL.
This commit is contained in:
@@ -448,8 +448,8 @@ async function scrapeReleaseApi(data, site, options) {
|
||||
|
||||
if (data.cover_path) {
|
||||
release.covers = [
|
||||
getImageSources(`/${data.cover_path}_front_400x625.jpg?width=450&height=636&format=webp`),
|
||||
getImageSources(`/${data.cover_path}_back_400x625.jpg?width=450&height=636&format=webp`),
|
||||
getImageSources(`${data.cover_path}_front_400x625.jpg?width=450&height=636&format=webp`),
|
||||
getImageSources(`${data.cover_path}_back_400x625.jpg?width=450&height=636&format=webp`),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user