Skip to content

Commit

Permalink
[twitcasting] Fix test: video title (#20840)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mao Zedong authored and remitamine committed Apr 26, 2019
1 parent 97abf05 commit 00a9a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/twitcasting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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$',
Expand Down

0 comments on commit 00a9a25

Please sign in to comment.