diff options
| author | peugeot <lucien.judert@gmail.com> | 2014-11-13 13:57:10 +0100 | 
|---|---|---|
| committer | peugeot <lucien.judert@gmail.com> | 2014-11-13 13:57:10 +0100 | 
| commit | d91d12408165a045909c8c63a19dd9dc43d72d7f (patch) | |
| tree | 565e04376811a74ab5f2825ae5618b9821f0f4c6 | |
| parent | bbd5f2de5ee970599b03796e029676ec03f510e4 (diff) | |
fix python 2 test
| -rw-r--r-- | youtube_dl/extractor/sexu.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/sexu.py b/youtube_dl/extractor/sexu.py index 7002643bc..f45d17089 100644 --- a/youtube_dl/extractor/sexu.py +++ b/youtube_dl/extractor/sexu.py @@ -13,7 +13,7 @@ class SexuIE(InfoExtractor):          'info_dict': {              'id': '961791',              'ext': 'mp4', -            'title': str, # NSFW +            'title': 'md5:033cf4a71907aac2758e82f55894a129',              'description': 'md5:c5ed8625eb386855d5a7967bd7b77a54',              'categories': list,  # NSFW              'thumbnail': 're:https?://.*\.jpg$', | 
