diff options
| author | Sergey M․ <dstftw@gmail.com> | 2016-01-09 00:36:43 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2016-01-09 00:36:43 +0600 | 
| commit | 14b4f038c0123138a642a25bf6a3851dd610d1d7 (patch) | |
| tree | d44679eef213781639c664899294cc8befeea041 | |
| parent | bcac2a071040fd89585a806ca66e086c109406c1 (diff) | |
[xhamster] Update tests
| -rw-r--r-- | youtube_dl/extractor/xhamster.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/youtube_dl/extractor/xhamster.py b/youtube_dl/extractor/xhamster.py index 981ee284f..066af184f 100644 --- a/youtube_dl/extractor/xhamster.py +++ b/youtube_dl/extractor/xhamster.py @@ -22,7 +22,7 @@ class XHamsterIE(InfoExtractor):                  'title': 'FemaleAgent Shy beauty takes the bait',                  'upload_date': '20121014',                  'uploader': 'Ruseful2011', -                'duration': 893, +                'duration': 893.52,                  'age_limit': 18,              }          }, @@ -34,7 +34,7 @@ class XHamsterIE(InfoExtractor):                  'title': 'Britney Spears  Sexy Booty',                  'upload_date': '20130914',                  'uploader': 'jojo747400', -                'duration': 200, +                'duration': 200.48,                  'age_limit': 18,              }          }, | 
