Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Fourstore
/
ytdl
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ytdl
/
node_modules
/
form-data
/
lib
/
browser.js
fourmovie
update space
92c4149
7 months ago
raw
Copy download link
history
blame
contribute
delete
101 Bytes
/* eslint-env browser */
module
.
exports
=
typeof
self ==
'object'
? self.
FormData
:
window
.
FormData
;