Skip to content

Commit

Permalink
Revert "[mgtv] Pass Referer HTTP header for format URLs (closes #21726)"
Browse files Browse the repository at this point in the history
This reverts commit 79fc709.
  • Loading branch information
Lamieur committed Apr 20, 2020
1 parent f02ca71 commit 6d93098
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions youtube_dl/extractor/mgtv.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ def _real_extract(self, url):
'ext': 'mp4',
'tbr': tbr,
'protocol': 'm3u8_native',
'http_headers': {
'Referer': url,
},
})
self._sort_formats(formats)

Expand Down

0 comments on commit 6d93098

Please sign in to comment.