Update yt.ts

This commit is contained in:
kodxana 2021-08-28 21:56:57 +02:00 committed by GitHub
parent e2f46d2d08
commit 11334c7689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ import chunk from 'lodash/chunk';
import groupBy from 'lodash/groupBy';
import pickBy from 'lodash/pickBy';
const LBRY_API_HOST = 'https://api.lbry.com';
const LBRY_API_HOST = 'https://api.odysee.com';
const QUERY_CHUNK_SIZE = 300;
interface YtResolverResponse {