diff options
author | Tithen-Firion <tithen.firion.0@gmail.com> | 2017-05-01 21:29:34 +0200 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2017-05-02 03:45:27 +0800 |
commit | c6fe5a7e12a5ebbe137b889afb8aefc206d132af (patch) | |
tree | bb8f14febaad301bc3f9930112b76a02b7cbb9cd /youtube_dl | |
parent | ae21d2fd940b6aa2e2d619c037d701848b011f5a (diff) |
[douyutv] Update test
Diffstat (limited to 'youtube_dl')
-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师傅', |