Bug fixes:
- Fix getting movies and shows by ids (in groups only)
Features:
- Movies can be filtered to show movies
that have 1080p or 720p torrents using
the new
?quality=<quality>filter - Hopefully removed CAM torrents from movies
Info:
- Changed name to TV Movie API
- repo renamed to tv-movie-api
- Added
imdbMapto config to correct imdb ids - Changed required MongoDB version from
3.2+to3.0+
Bug fixes:
- Fix some temp files not being written correctly
Features:
- Added Movies to the API
- scrape movies from KAT.cr with providers, like the show scraping
- New routes to get list of movies or a specific movie
- Enable showing of message time for logging, can be set for console, log, none or both
Info:
- Required Node.js version is now in the readme
and in the
package.json - Corrected date in the changelog from last update
- Corrected version numbering
- Removed dependency on
Q - Replaced
slugwithimdbfor getting seasonal metadata from trakt.tv - Required NodeJS version was changed to
5.0.0+ - Added required MongoDB version to README.md
- Removed deprecated routes
Bug fixes:
- Fixed meta not updating properly
- Fixed shows with some datebased episodes not being added to the API
- Fixed error log containing color codes
- Removed old TODO messages from the code
- Some fixes to prevent
ETIMEDOUT - Fixed index not properly showing
Unknownfor missing values under some circumstances - Use
path.join()for file paths - Fixed new bugs introduced during 1.1.1
- Fixed API not setting the last updated time correctly
- Status will now be set to
Idleafter scraping is done - Partially fixed issues with MongoDB limitations to sorting
- Made scraping EZTV faster by merging the
getShowDetailsandgetAllEpisodesfunctions
Features:
- Logging can be configured to output to the console,
log files, both or to not output at all, set from
the
config.js- This can be set for
info,warningsanderrorsindividually
- This can be set for
- Resets the log files on each scrape
- Added
repoto the index - Added time it took to update the API last to the index
- Added routes for log files to index
- These only exisit if the have been written too and
have logging to file enabled for the type of log
(
info,warninganderror) enabled logs show there route on the index, the following
- These only exisit if the have been written too and
have logging to file enabled for the type of log
(
Features:
- Get multiple shows by id at once
- Choose to scrape KAT.cr, EZTV.ag or both from
config.js - Color console output (Enable/Disable in
config.js)
Info:
- Forked from: https://github.com/popcorn-official/popcorn-api
Bug fixes:
- Retry on KAT.cr timeout
- Updated start command in readme
Bug fixes:
- Sort by trending
Features:
- Scraping EZTV.ag just like the old API
- Scraping KAT.cr with different providers
- Able to add more providers for kat.cr scraping