diff options
author | rzhxeo <rzhxeot7z81b4700@mailcatch.com> | 2013-11-02 22:45:48 +0100 |
---|---|---|
committer | rzhxeo <rzhxeot7z81b4700@mailcatch.com> | 2013-11-02 22:45:48 +0100 |
commit | 137bbb3e37a41bd49f7c946ae18fb2cd0d1ba144 (patch) | |
tree | 44aaf8c615cb841e3945677a0314d773f502a13c | |
parent | dcc2a706ef7df65839aa40ce5fda61f8cea36645 (diff) |
[XTubeIE] Add description to TEST
-rw-r--r-- | youtube_dl/extractor/xtube.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/xtube.py b/youtube_dl/extractor/xtube.py index 7d06a7021..483fb0791 100644 --- a/youtube_dl/extractor/xtube.py +++ b/youtube_dl/extractor/xtube.py @@ -16,6 +16,7 @@ class XTubeIE(InfoExtractor): u'md5': u'092fbdd3cbe292c920ef6fc6a8a9cdab', u'info_dict': { u"title": u"strange erotica", + u"description": u"surreal gay themed erotica...almost an ET kind of thing", u"uploader": u"greenshowers", u"age_limit": 18, } |