diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-11-21 23:36:25 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-11-21 23:36:25 +0700 |
commit | 1e72660c9b2bcd18c688cd8786f81acaa7ad088e (patch) | |
tree | ed096ec857ebd743c09002ea50640abdd4b9112a | |
parent | 049f2242480fd481ddb6a88c5a9d7f360f890d7c (diff) |
[svtplay] Fix test title
-rw-r--r-- | youtube_dl/extractor/svt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/svt.py b/youtube_dl/extractor/svt.py index 17bd4acdc..a0b6ef4db 100644 --- a/youtube_dl/extractor/svt.py +++ b/youtube_dl/extractor/svt.py @@ -154,7 +154,7 @@ class SVTPlayIE(SVTPlayBaseIE): 'info_dict': { 'id': 'jNwpV9P', 'ext': 'mp4', - 'title': 'Det h\xe4r \xe4r himlen', + 'title': 'Det här är himlen', 'timestamp': 1586044800, 'upload_date': '20200405', 'duration': 3515, |