Update bitchute.py

This commit is contained in:
Sergey M 2019-11-27 00:19:48 +07:00 committed by GitHub
parent a48d79f2fe
commit 4f0f5f0c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ import re
from .common import InfoExtractor from .common import InfoExtractor
from ..utils import ( from ..utils import (
orderedSet, orderedSet,
urlencode_postdata,
unified_strdate, unified_strdate,
urlencode_postdata,
) )
@ -86,8 +86,8 @@ class BitChuteIE(InfoExtractor):
'description': description, 'description': description,
'thumbnail': thumbnail, 'thumbnail': thumbnail,
'uploader': uploader, 'uploader': uploader,
'formats': formats,
'upload_date': upload_date, 'upload_date': upload_date,
'formats': formats,
} }