mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-03 09:35:05 +00:00
fix: missing import
This commit is contained in:
@@ -29,6 +29,7 @@ const Channel = require('./parser/youtube/Channel');
|
||||
const Playlist = require('./parser/youtube/Playlist');
|
||||
const FilterableFeed = require('./core/FilterableFeed');
|
||||
const TabbedFeed = require('./core/TabbedFeed');
|
||||
const { PassThrough } = require('stream');
|
||||
|
||||
class Innertube {
|
||||
#axios;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
const Parser = require('../contents');
|
||||
const { InnertubeError } = require('../../utils/Utils');
|
||||
const { Stream, PassThrough } = require('stream');
|
||||
const { PassThrough } = require('stream');
|
||||
const Axios = require('axios');
|
||||
const Constants = require('../../utils/Constants');
|
||||
const CancelToken = Axios.CancelToken;
|
||||
|
||||
Reference in New Issue
Block a user