diff options
Diffstat (limited to 'youtube_dl/extractor/douyutv.py')
| -rw-r--r-- | youtube_dl/extractor/douyutv.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/douyutv.py b/youtube_dl/extractor/douyutv.py index 82d8a042f..d22133d24 100644 --- a/youtube_dl/extractor/douyutv.py +++ b/youtube_dl/extractor/douyutv.py @@ -20,7 +20,7 @@ class DouyuTVIE(InfoExtractor):              'id': '17732',              'display_id': 'iseven',              'ext': 'flv', -            'title': 're:^清晨醒脑!T-ARA根本停不下来! [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$', +            'title': 're:^清晨醒脑!根本停不下来! [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',              'description': r're:.*m7show@163\.com.*',              'thumbnail': r're:^https?://.*\.jpg$',              'uploader': '7师傅', @@ -51,7 +51,7 @@ class DouyuTVIE(InfoExtractor):              'id': '17732',              'display_id': '17732',              'ext': 'flv', -            'title': 're:^清晨醒脑!T-ARA根本停不下来! [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$', +            'title': 're:^清晨醒脑!根本停不下来! [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',              'description': r're:.*m7show@163\.com.*',              'thumbnail': r're:^https?://.*\.jpg$',              'uploader': '7师傅',  | 
