1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00

[bitchute] Formatting

This commit is contained in:
Andrew Udvare 2018-08-27 10:54:02 -04:00
parent 4221859c65
commit 0a80bc06cd
No known key found for this signature in database
GPG Key ID: 1AFD9AFC120C26DD

View File

@ -34,9 +34,7 @@ class BitChuteIE(InfoExtractor):
webpage = self._download_webpage(
'https://www.bitchute.com/video/%s' % video_id, video_id, headers={
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0)'
' AppleWebKit/537.36 (KHTML, like Gecko) '
'Chrome/69.0.3497.57 Safari/537.36',
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.57 Safari/537.36',
})
title = self._search_regex(