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 ..utils import (
orderedSet,
urlencode_postdata,
unified_strdate,
urlencode_postdata,
)
@ -86,8 +86,8 @@ class BitChuteIE(InfoExtractor):
'description': description,
'thumbnail': thumbnail,
'uploader': uploader,
'formats': formats,
'upload_date': upload_date,
'formats': formats,
}