@@ -210,7 +210,7 @@ detail = async (url, requestId, platform) => {
const qualities = [];
for (let format of originFormats) {
console.log(format);
- if (format["height"] && parseInt(format["height"]) > 720) {
+ if (format["height"] && parseInt(format["height"]) >= 720) {
continue
}
if (format && qualities.indexOf(format['qualityLabel']) === -1) {