about summary refs log tree commit diff
path: root/youtube_dl/extractor/washingtonpost.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2016-05-23 02:30:12 +0100
committerremitamine <remitamine@gmail.com>2016-05-23 02:30:12 +0100
commitb1e9ebd08087c7e591b55451551d51120b7eec9d (patch)
treeceea04dd65a820bd27e6b244b32f38023ec7907d /youtube_dl/extractor/washingtonpost.py
parent0c50eeb9870ec7d940c35c9cec52bfd35d009420 (diff)
downloadyoutube-dl-b1e9ebd08087c7e591b55451551d51120b7eec9d.tar.gz
youtube-dl-b1e9ebd08087c7e591b55451551d51120b7eec9d.tar.xz
youtube-dl-b1e9ebd08087c7e591b55451551d51120b7eec9d.zip
[washingtonpost] remove unnecessary code
Diffstat (limited to 'youtube_dl/extractor/washingtonpost.py')
-rw-r--r--youtube_dl/extractor/washingtonpost.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/youtube_dl/extractor/washingtonpost.py b/youtube_dl/extractor/washingtonpost.py
index 71349d487..c2c5bae05 100644
--- a/youtube_dl/extractor/washingtonpost.py
+++ b/youtube_dl/extractor/washingtonpost.py
@@ -74,12 +74,6 @@ class WashingtonPostIE(InfoExtractor):
                     'vcodec': s.get('videoCodec') if has_width else 'none',
                     'filesize': int_or_none(s.get('fileSize')),
                     'url': s_url,
-                    'ext': 'mp4',
-                    'protocol': {
-                        'mp4': 'http',
-                        'ts': 'm3u8_native',
-                        'hls': 'm3u8_native',
-                    }.get(s.get('type')),
                 })
         source_media_url = video_data.get('sourceMediaURL')
         if source_media_url: