diff options
author | Tithen-Firion <tithen.firion.0@gmail.com> | 2017-05-01 20:51:51 +0200 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2017-05-02 02:56:44 +0800 |
commit | ae21d2fd940b6aa2e2d619c037d701848b011f5a (patch) | |
tree | 08f257bdb1034f0d2ea27a90b023537f328b11e8 /youtube_dl/extractor/dotsub.py | |
parent | 77481f138670f13eada366f2bb1c54333084d72a (diff) |
[dotsub] Update test
Diffstat (limited to 'youtube_dl/extractor/dotsub.py')
-rw-r--r-- | youtube_dl/extractor/dotsub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/dotsub.py b/youtube_dl/extractor/dotsub.py index 1f75352ca..148605c0b 100644 --- a/youtube_dl/extractor/dotsub.py +++ b/youtube_dl/extractor/dotsub.py @@ -35,7 +35,7 @@ class DotsubIE(InfoExtractor): 'thumbnail': 're:^https?://dotsub.com/media/747bcf58-bd59-45b7-8c8c-ac312d084ee6/p', 'duration': 290, 'timestamp': 1476767794.2809999, - 'upload_date': '20160525', + 'upload_date': '20161018', 'uploader': 'parthivi001', 'uploader_id': 'user52596202', 'view_count': int, |