flixhq-core
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "flixhq-core", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Nodejs library that provides an Api for obtaining the movies information from FlixHQ website.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -29,3 +29,3 @@ | ||
- [fetchMovieInfo](#fetchmovieinfo) | ||
- [fetchEpisodeServers](#fetchepisodeserver) | ||
- [fetchEpisodeServers](#fetchepisodeservers) | ||
- [fetchEpisodeSources](#fetchepisodesources) | ||
@@ -32,0 +32,0 @@ - [search](#search) |
@@ -66,11 +66,17 @@ import axios from "axios"; | ||
case MovieReport.LATEST_MOVIE: | ||
latestMovies.push(setMovieData($(el), this.baseUrl)); | ||
$(el).find(moviesListSelector).each((_, el) => { | ||
latestMovies.push(setMovieData($(el), this.baseUrl)); | ||
}); | ||
break; | ||
case MovieReport.LATEST_TV_SHOWS: | ||
latestTvShows.push(setMovieData($(el), this.baseUrl)); | ||
$(el).find(moviesListSelector).each((_, el) => { | ||
latestTvShows.push(setMovieData($(el), this.baseUrl)); | ||
}); | ||
break; | ||
case MovieReport.COMING_SOON: | ||
commingSoon.push(setMovieData($(el), this.baseUrl)); | ||
$(el).find(moviesListSelector).each((_, el) => { | ||
commingSoon.push(setMovieData($(el), this.baseUrl)); | ||
}); | ||
break; | ||
@@ -77,0 +83,0 @@ |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
127852
54
1821
0
1