youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 1e72660c9b2bcd18c688cd8786f81acaa7ad088e
parent 049f2242480fd481ddb6a88c5a9d7f360f890d7c
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 21 Nov 2020 23:36:25 +0700

[svtplay] Fix test title

Diffstat:
Myoutube_dl/extractor/svt.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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,