[ivoox] Applied autopep8

pull/12768/head
J.Luis 1 month ago
parent 3a3315a9f2
commit 985bba507f

@ -49,7 +49,7 @@ class IvooxIE(InfoExtractor):
title = self._html_search_regex(r'data-prm-title="(.+?)"', webpage, 'title') title = self._html_search_regex(r'data-prm-title="(.+?)"', webpage, 'title')
# Extract the download URL # Extract the download URL
headers={ headers = {
'Accept': 'application/json, text/plain, */*', 'Accept': 'application/json, text/plain, */*',
'Accept-Encoding': 'identity', 'Accept-Encoding': 'identity',
'Origin': 'https://www.ivoox.com', 'Origin': 'https://www.ivoox.com',

Loading…
Cancel
Save