UNPKG
twdl
Version:
beta (2.12.0-beta.0)
latest (2.12.1)
2.12.1
2.12.0
2.12.0-beta.0
2.11.1
2.11.0
2.11.0-beta.0
2.10.1
2.10.0
2.10.0-beta.1
2.9.0
2.9.0-beta.3
2.8.2
2.8.0
2.7.0
2.6.1
2.6.0
2.5.1
2.5.0
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.3.0
2.2.0
2.1.3
2.0.2
2.0.1
1.10.0
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
1.5.2
1.5.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
0.11.0
0.10.0
0.9.1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
Downloads image and video tweets from Twitter
github.com/dogancelik/twdl
dogancelik/twdl
twdl
/
out
/
scrapers
/
video.d.ts
4 lines
(3 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
import
{
TweetData
}
from
'../util.js'
;
export
declare
function
getVideo
(
tweetData
:
Partial
<
TweetData
>
):
Promise
<
string
>;
export
declare
function
downloadWithFfmpeg
(
playlistUrl
:
string
,
outputFilename
:
string
):
Promise
<
unknown
>;