1 parent 048fac1 commit daa5810Copy full SHA for daa5810
2 files changed
api/helpers/utils.js
@@ -151,7 +151,7 @@ const extractSeriesInfos = html => {
151
actors: []
152
}
153
154
- infos.title = infoElement.find('h1').text()
+ infos.title = infoElement.find('h1 > a:nth-child(1)').text()
155
infos.id = infos.title.replace(/ /g, '-')
156
const cover = coverElement.find('div.img').attr('style')
157
infos.cover = cover.split('(')[1].replace(');', '')
client/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "esheeq-client",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Scrap dailymotion episodes links for a given series directly from esheeq",
5
"private": true,
6
"repository": {
0 commit comments