Skip to content

Commit

Permalink
fix: add format for itag 300
Browse files Browse the repository at this point in the history
  • Loading branch information
fent committed Oct 21, 2020
1 parent c3594b6 commit 56d1411
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/formats.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,13 @@ module.exports = {
audioBitrate: null,
},

300: {
mimeType: 'video/ts; codecs="H.264, aac"',
qualityLabel: '720p',
bitrate: 1318000,
audioBitrate: 48,
},

302: {
mimeType: 'video/webm; codecs="VP9"',
qualityLabel: '720p HFR',
Expand Down

0 comments on commit 56d1411

Please sign in to comment.