Skip to content

Commit 88044fb

Browse files
committed
Recognize the new itags 779 and 780. (appear for short videos)
1 parent 15c5a7e commit 88044fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/WWW/PipeViewer/Itags.pm

+2
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ sub get_itags {
137137
{value => 612, format => 'webm', split => 1, hfr => 1}, # vp9 hls HFR (v)
138138
{value => 609, format => 'webm', split => 1}, # vp9 hls (v)
139139
{value => 634, format => 'webm', split => 1}, # vp9 hls (v)
140+
{value => 780, format => 'webm', split => 1}, # vp9 (v)
141+
{value => 779, format => 'webm', split => 1}, # vp9 (v)
140142
],
141143

142144
'360' => [{value => 243, format => 'webm', split => 1}, # webm (v)

0 commit comments

Comments
 (0)