about summary refs log tree commit diff
path: root/youtube_dl/extractor/twitter.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2017-07-11 15:35:19 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2017-07-11 15:35:19 +0800
commit7f176ac4775aed5e5a72d2f0c4b579d1b886d419 (patch)
tree0720bfb657b5b8a2d78a53a34d2a80ec9c20a196 /youtube_dl/extractor/twitter.py
parent2edfd745df4b7a764d7456e7536e47ef140de24d (diff)
downloadyoutube-dl-7f176ac4775aed5e5a72d2f0c4b579d1b886d419.tar.gz
youtube-dl-7f176ac4775aed5e5a72d2f0c4b579d1b886d419.tar.xz
youtube-dl-7f176ac4775aed5e5a72d2f0c4b579d1b886d419.zip
[periscope] Support pscp.tv URLs in embedded frames
And fix a relevant twitter test
Diffstat (limited to 'youtube_dl/extractor/twitter.py')
-rw-r--r--youtube_dl/extractor/twitter.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/youtube_dl/extractor/twitter.py b/youtube_dl/extractor/twitter.py
index 2041b4199..e4bc7e012 100644
--- a/youtube_dl/extractor/twitter.py
+++ b/youtube_dl/extractor/twitter.py
@@ -335,10 +335,11 @@ class TwitterIE(InfoExtractor):
         'info_dict': {
             'id': '1zqKVVlkqLaKB',
             'ext': 'mp4',
-            'title': 'Sgt Kerry Schmidt - Ontario Provincial Police - Road rage, mischief, assault, rollover and fire in one occurrence',
+            'title': 'Sgt Kerry Schmidt - LIVE on #Periscope: Road rage, mischief, assault, rollover and fire in one occurrence',
+            'description': 'Sgt Kerry Schmidt on Twitter: "LIVE on #Periscope: Road rage, mischief, assault, rollover and fire in one occurrence  https://t.co/EKrVgIXF3s"',
             'upload_date': '20160923',
             'uploader_id': 'OPP_HSD',
-            'uploader': 'Sgt Kerry Schmidt - Ontario Provincial Police',
+            'uploader': 'Sgt Kerry Schmidt',
             'timestamp': 1474613214,
         },
         'add_ie': ['Periscope'],