mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[tnaflix] Pass Referer in metadata request (closes #18925)
This commit is contained in:
parent
fad4ceb534
commit
07f9febc4b
@ -96,7 +96,7 @@ def _real_extract(self, url):
|
||||
|
||||
cfg_xml = self._download_xml(
|
||||
cfg_url, display_id, 'Downloading metadata',
|
||||
transform_source=fix_xml_ampersands)
|
||||
transform_source=fix_xml_ampersands, headers={'Referer': url})
|
||||
|
||||
formats = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user