summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2020-11-21 23:36:25 +0700
committerSergey M․ <dstftw@gmail.com>2020-11-21 23:36:25 +0700
commit1e72660c9b2bcd18c688cd8786f81acaa7ad088e (patch)
treeed096ec857ebd743c09002ea50640abdd4b9112a
parent049f2242480fd481ddb6a88c5a9d7f360f890d7c (diff)
downloadyoutube-dl-1e72660c9b2bcd18c688cd8786f81acaa7ad088e.tar.gz
youtube-dl-1e72660c9b2bcd18c688cd8786f81acaa7ad088e.tar.xz
youtube-dl-1e72660c9b2bcd18c688cd8786f81acaa7ad088e.zip
[svtplay] Fix test title
-rw-r--r--youtube_dl/extractor/svt.py2
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,