diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-10-27 00:08:37 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-10-27 00:08:37 +0100 |
commit | 3adba6fa2ae1af3c90e9c6623161b223697cc874 (patch) | |
tree | aa52c80cc8c03dd851e621dcce01e0fbb1230c94 /youtube_dl/extractor | |
parent | f46a8702ccfcb221b3e01ca95553be92af3f8f4e (diff) |
[xtube] Fix test description
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/xtube.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xtube.py b/youtube_dl/extractor/xtube.py index 273d93d9e..c3bb9b2cf 100644 --- a/youtube_dl/extractor/xtube.py +++ b/youtube_dl/extractor/xtube.py @@ -20,7 +20,7 @@ class XTubeIE(InfoExtractor): 'id': 'kVTUy_G222_', 'ext': 'mp4', 'title': 'strange erotica', - 'description': 'surreal gay themed erotica...almost an ET kind of thing', + 'description': 'http://www.xtube.com an ET kind of thing', 'uploader': 'greenshowers', 'duration': 450, 'age_limit': 18, |