diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-18 19:56:24 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-18 19:56:24 +0100 |
commit | d8443cd3f7e50fafb918cff5e1676b8d6fef1a64 (patch) | |
tree | 056ad9456f0f97e4c63eed496ba59b008adaa221 /youtube_dl | |
parent | d47c26e16803abc1d15a677d88bbee78f7680db6 (diff) |
[wsj] Correct test case
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/wsj.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/wsj.py b/youtube_dl/extractor/wsj.py index cbe3dc7be..2ddf29a69 100644 --- a/youtube_dl/extractor/wsj.py +++ b/youtube_dl/extractor/wsj.py @@ -18,8 +18,8 @@ class WSJIE(InfoExtractor): 'id': '1BD01A4C-BFE8-40A5-A42F-8A8AF9898B1A', 'ext': 'mp4', 'upload_date': '20150202', - 'uploader_id': 'bbright', - 'creator': 'bbright', + 'uploader_id': 'jdesai', + 'creator': 'jdesai', 'categories': list, # a long list 'duration': 90, 'title': 'Bills Coach Rex Ryan Updates His Old Jets Tattoo', |