UNPKG
yt-dlx
Version:
latest (19.4.2)
19.4.2
19.2.1
19.0.1
19.0.0
18.0.0
17.9.8
17.8.7
17.7.6
17.6.5
17.5.4
17.4.3
17.3.2
17.2.1
17.1.0
17.0.0
16.9.8
16.8.7
16.7.6
16.6.5
16.5.4
16.4.3
16.3.2
16.2.0
16.1.0
16.0.0
15.0.1
15.0.0
14.0.24
14.0.23
14.0.22
14.0.21
14.0.20
14.0.19
14.0.18
14.0.17
14.0.16
14.0.15
14.0.14
14.0.13
14.0.12
14.0.11
14.0.10
14.0.8
14.0.7
14.0.6
14.0.5
14.0.4
14.0.3
14.0.2
14.0.1
14.0.0
13.2.0
13.1.0
13.0.0
12.8.0
12.7.0
12.6.0
12.5.0
12.2.0
12.1.0
12.0.0
11.0.0
8.9.0
8.8.0
8.6.0
8.5.0
8.3.0
8.2.0
8.1.1
8.1.0
8.0.9
8.0.8
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0-stable
7.6.0
7.5.0
7.4.0
7.2.0
7.1.0
7.0.0
6.9.0
6.8.0
6.7.0
6.6.0
6.5.0
6.4.0
6.3.0
6.2.0
6.1.0
6.0.0
5.22.0
5.21.0
5.20.0
5.19.0
5.18.0
5.17.0
5.16.0
5.15.0
5.14.0
5.13.0
5.12.0
5.11.0
5.10.0
5.9.0
5.8.0
5.7.0
5.6.0
5.5.0
5.1.0
5.0.0
4.9.0
4.8.0
4.6.0
4.5.0
4.4.0
4.3.0
4.2.0
4.1.0
4.0.0
3.0.9
3.0.6
3.0.3
3.0.0
2.0.8
2.0.6
2.0.4
2.0.2
1.0.8
1.0.6
1.0.4
1.0.2
1.0.1
Effortless Audio-Video Downloader And Streamer!
yt-dlx-shovit.koyeb.src
yt-dlx/yt-dlx
yt-dlx
/
package
/
types
/
utils
/
TubeLogin.d.ts
5 lines
•
243 B
TypeScript
View Raw
1
2
3
4
5
import
{
Innertube
}
from
"youtubei.js"
;
export
type
TubeType
=
Innertube
;
export
declare
let
Tube
:
TubeType
|
null
;
export
default
function
TubeLogin
(
cookiesFilePathOrString
:
string
):
Promise
<
TubeType
>;
//# sourceMappingURL=TubeLogin.d.ts.map