Skip to content

Commit

Permalink
Updated to 1.2.1.5 (major)
Browse files Browse the repository at this point in the history
Fixed (changed) 404 for apache.
  • Loading branch information
Ephellon committed Jun 22, 2018
1 parent ada1a39 commit e4ae523
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Binary file modified hhkmjeeccipbolailpomhjhmccnnjhkj.crx
Binary file not shown.
Binary file modified hhkmjeeccipbolailpomhjhmccnnjhkj.zip
Binary file not shown.
6 changes: 2 additions & 4 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,8 @@ async function getIDs({ title, year, type, IMDbID, TMDbID, TVDbID, APIType, APII
let url =
(rqut === 'imdb' || (rqut === '*' && !iid && title) || (rqut === 'tvdb' && !iid && title && rerun))?
(year)?
`${ cors }http://theapache64.com/movie_db/search?keyword=${ plus(title) }+${ year }`:
// `https://www.omdbapi.com/?t=${ plus(title) }&y=${ year }&apikey=${ api.omdb }`:
`${ cors }http://theapache64.com/movie_db/search?keyword=${ plus(title) }`:
// `https://www.omdbapi.com/?t=${ plus(title) }&apikey=${ api.omdb }`:
`https://www.omdbapi.com/?t=${ plus(title) }&y=${ year }&apikey=${ api.omdb }`:
`https://www.omdbapi.com/?t=${ plus(title) }&apikey=${ api.omdb }`:
(rqut === 'tmdb' || (rqut === '*' && !mid && title && year) || apit === 'movie')?
(apit && apid)?
`https://api.themoviedb.org/3/${ apit }/${ apid }?api_key=${ api.tmdb }`:
Expand Down

0 comments on commit e4ae523

Please sign in to comment.