mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Fix wrong indentation size
All the other code uses 4 spaces indent
This commit is contained in:
@@ -1,27 +1,27 @@
|
|||||||
const Itags = {
|
const Itags = {
|
||||||
video: {
|
video: {
|
||||||
h264: {
|
h264: {
|
||||||
normal: {
|
normal: {
|
||||||
240: 133,
|
240: 133,
|
||||||
360: 134,
|
360: 134,
|
||||||
480: 135,
|
480: 135,
|
||||||
720: 136,
|
720: 136,
|
||||||
1080: 137,
|
1080: 137,
|
||||||
},
|
},
|
||||||
hfr: {
|
hfr: {
|
||||||
720: 298,
|
720: 298,
|
||||||
1080: 299,
|
1080: 299,
|
||||||
},
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
audio: {
|
||||||
audio: {
|
aac: [140],
|
||||||
aac: [140],
|
opus: [249, 250, 251],
|
||||||
opus: [249, 250, 251],
|
},
|
||||||
},
|
combined: {
|
||||||
combined: {
|
360: 18,
|
||||||
360: 18,
|
720: 22,
|
||||||
720: 22,
|
}
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
function _appendItagArray(arr, opts, formats)
|
function _appendItagArray(arr, opts, formats)
|
||||||
|
Reference in New Issue
Block a user