mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Fix: Remove Unusued Code
This commit is contained in:
@@ -2,12 +2,6 @@ function parseVideo(data) {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
type: "video",
|
type: "video",
|
||||||
// id: data.id,
|
|
||||||
// title: data.title,
|
|
||||||
// url: data.webpage_url,
|
|
||||||
// duration: data.duration,
|
|
||||||
// thumbnail: data.thumbnail,
|
|
||||||
// uploader: data.uploader
|
|
||||||
...data
|
...data
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user