16 lines
218 B
JavaScript
Executable File
16 lines
218 B
JavaScript
Executable File
export default modules => {
|
|
return {
|
|
video: document.getElementsByClassName("video")[0],
|
|
|
|
data,
|
|
videoPath,
|
|
startingFormat,
|
|
awaitingNewFormat,
|
|
awaitingThumb,
|
|
targetFormat,
|
|
dlStatus,
|
|
|
|
forceCursor
|
|
}
|
|
}
|