node-csfd-api 2.1.0 → 2.1.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/helpers/movie.helper.js +1 -1
- package/package.json +1 -1
package/helpers/movie.helper.js
CHANGED
|
@@ -129,7 +129,7 @@ const getDescriptions = (el) => {
|
|
|
129
129
|
var _a;
|
|
130
130
|
// TODO more plots
|
|
131
131
|
const plot = (_a = el
|
|
132
|
-
.querySelector('.body--plots .plot-
|
|
132
|
+
.querySelector('.body--plots .plot-full p')) === null || _a === void 0 ? void 0 : _a.textContent.trim().replace(/(\r\n|\n|\r|\t)/gm, '');
|
|
133
133
|
return plot ? [plot] : [];
|
|
134
134
|
};
|
|
135
135
|
exports.getDescriptions = getDescriptions;
|