diff options
author | Mao Zedong <42905588+maozed@users.noreply.github.com> | 2019-04-26 18:34:23 +0900 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2019-04-26 09:34:23 +0000 |
commit | 00a9a25cf9ff72a83aaef7dae6e4e16296f74d89 (patch) | |
tree | 8726c4d3ae743c0f71f9bca741f1d9387d8ab423 /youtube_dl/extractor | |
parent | 97abf05ad305a5c06e72a5d368c00722d867433b (diff) |
[twitcasting] Fix test: video title (#20840)
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/twitcasting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/twitcasting.py b/youtube_dl/extractor/twitcasting.py index 05f8aa9ce..44cda6f51 100644 --- a/youtube_dl/extractor/twitcasting.py +++ b/youtube_dl/extractor/twitcasting.py @@ -14,7 +14,7 @@ class TwitCastingIE(InfoExtractor): 'info_dict': { 'id': '2357609', 'ext': 'mp4', - 'title': 'Recorded Live #2357609', + 'title': 'Live #2357609', 'uploader_id': 'ivetesangalo', 'description': "Moi! I'm live on TwitCasting from my iPhone.", 'thumbnail': r're:^https?://.*\.jpg$', |