[ivoox] Applied autopep8

This commit is contained in:
J.Luis
2025-03-27 23:45:22 +01:00
parent 3a3315a9f2
commit 985bba507f
+1 -1
View File
@@ -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',