mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-15 15:34:23 +03:00
[ivoox] Applied autopep8
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user