Skip to content

Commit

Permalink
add another hd url
Browse files Browse the repository at this point in the history
  • Loading branch information
pidoubleyou authored Jan 29, 2023
1 parent 60c6998 commit e3dbdd4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public class ZdfVideoUrlOptimizer {
private static final String HD_3360_36_15 = "3360k_p36v15.mp4";
private static final String HD_3360_36_17 = "3360k_p36v17.mp4";
private static final String HD_6628_61_17 = "6628k_p61v17.mp4";
private static final String HD_6660_37_17 = "6660k_p37v17.mp4";

private static final Map<String, String[]> NORMAL_OPTIMIZE = new HashMap<>();
private static final Map<String, String[]> HD_OPTIMIZE = new HashMap<>();
Expand All @@ -57,8 +58,8 @@ public class ZdfVideoUrlOptimizer {
NORMAL_OPTIMIZE.put(NORMAL_1628_13_15, new String[] {NORMAL_2360_35_15});


HD_OPTIMIZE.put(NORMAL_2360_35_17, new String[] {HD_6628_61_17, HD_3360_36_17});
HD_OPTIMIZE.put(NORMAL_1628_13_17, new String[] {HD_6628_61_17, HD_3360_36_17});
HD_OPTIMIZE.put(NORMAL_2360_35_17, new String[] {HD_6660_37_17, HD_6628_61_17, HD_3360_36_17});
HD_OPTIMIZE.put(NORMAL_1628_13_17, new String[] {HD_6660_37_17, HD_6628_61_17, HD_3360_36_17});
HD_OPTIMIZE.put(NORMAL_1456_13_12, new String[] {HD_3328_12, HD_3256});
HD_OPTIMIZE.put(NORMAL_2256_14_12, new String[] {HD_3328_12, HD_3256});
HD_OPTIMIZE.put(NORMAL_2328_35_12, new String[] {HD_3328_12, HD_3256});
Expand Down

0 comments on commit e3dbdd4

Please sign in to comment.