diff options
| -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,              }          }, | 
