Skip to content

Commit

Permalink
Merge pull request #78 from rg3/master
Browse files Browse the repository at this point in the history
[pull] master from rg3:master
  • Loading branch information
pull[bot] committed Jan 20, 2019
2 parents 17a9b9f + 07f9feb commit aa8e8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/tnaflix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

Expand Down

0 comments on commit aa8e8fd

Please sign in to comment.