Skip to content

Commit 92e5831

Browse files
authored
Merge pull request #12 from lindell/changed-default-formats
Changed default formats
2 parents dea5511 + 565d896 commit 92e5831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/svt_play/video_url_fetch/video_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import random
66
import iso8601
77

8-
default_formats = ['dashhbbtv', 'hls-cmaf', 'hls']
8+
default_formats = ['hls', 'dash']
99

1010

1111
def video_url_by_video_id(svt_video_id, formats=default_formats):

0 commit comments

Comments
 (0)