Browse Source

Merge pull request #34 from JamesHawkinss/fix/lookmovie

fix lint errors
pull/35/head
James Hawkins 4 years ago committed by GitHub
parent
commit
f1aa8f1adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/lib/scraper/lookmovie.js

4
src/lib/scraper/lookmovie.js

@ -56,8 +56,8 @@ async function findContent(searchTerm, type) { @@ -56,8 +56,8 @@ async function findContent(searchTerm, type) {
}
}
async function getVideoUrl(config) {
const { subtitles, token: accessToken } = await getAccessInfo(config);
const now = Math.floor(Date.now() / 1e3);
const { subtitles } = await getAccessInfo(config);
// const now = Math.floor(Date.now() / 1e3);
let subs;

Loading…
Cancel
Save