diff options
Diffstat (limited to 'youtube_dl/extractor/youku.py')
| -rw-r--r-- | youtube_dl/extractor/youku.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/youku.py b/youtube_dl/extractor/youku.py index 830ae6cd9..97b98bbe8 100644 --- a/youtube_dl/extractor/youku.py +++ b/youtube_dl/extractor/youku.py @@ -74,7 +74,7 @@ class YoukuIE(InfoExtractor):              # -8 means blocked outside China.              error = config['data'][0].get('error')  # Chinese and English, separated by newline.              raise ExtractorError(error or 'Server reported error %i' % error_code, -                expected=True) +                                 expected=True)          video_title = config['data'][0]['title']          seed = config['data'][0]['seed']  | 
