Skip to content

Commit

Permalink
Merge pull request #12 from lindell/changed-default-formats
Browse files Browse the repository at this point in the history
Changed default formats
  • Loading branch information
lindell authored Mar 16, 2021
2 parents dea5511 + 565d896 commit 92e5831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/svt_play/video_url_fetch/video_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import random
import iso8601

default_formats = ['dashhbbtv', 'hls-cmaf', 'hls']
default_formats = ['hls', 'dash']


def video_url_by_video_id(svt_video_id, formats=default_formats):
Expand Down

0 comments on commit 92e5831

Please sign in to comment.