UNPKG
xnxx-dl
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.0
1.0.4
1.0.2
1.0.1
1.0.0
Search and extract information about relevant videos on xnxx.com
xnxx-dl
/
index.d.ts
17 lines
(15 loc)
•
302 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
declare
module
"xnxx-dl"
{
interface
Video
{
link
:
string
;
link_dl
:
string
;
title
:
string
;
value
:
string
;
likes
:
string
;
views
:
string
; }
/** * *
@param
query Video name */
export
function
download
(
query
:
string
):
Promise
<
Video
|
undefined
>; }