From 4f0f5f0c20957e14d3325734687f0531bb57e42b Mon Sep 17 00:00:00 2001 From: Sergey M Date: Wed, 27 Nov 2019 00:19:48 +0700 Subject: [PATCH] Update bitchute.py --- youtube_dl/extractor/bitchute.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/bitchute.py b/youtube_dl/extractor/bitchute.py index e7bd56389..0c773e66e 100644 --- a/youtube_dl/extractor/bitchute.py +++ b/youtube_dl/extractor/bitchute.py @@ -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, }