yt-dlc/youtube_dl/downloader
Jaime Marquínez Ferrándiz e5660ee6ae [YoutubeDL] Fill the info dict 'http_headers' field with all the headers available
Useful for external tools using the json output.

The methods '_calc_headers' and '_calc_cookies' have been copied from the downloader/external, now they just use "info_dict['http_headers']".
2015-01-24 18:56:04 +01:00
..
__init__.py [downloader] Lay groundwork for external downloaders. 2015-01-24 01:38:48 +01:00
common.py [downloader] Lay groundwork for external downloaders. 2015-01-24 01:38:48 +01:00
external.py [YoutubeDL] Fill the info dict 'http_headers' field with all the headers available 2015-01-24 18:56:04 +01:00
f4m.py [downloader/f4m] build_fragments_list: Support videos with more than 1 segment 2015-01-23 16:31:52 +01:00
hls.py [downloader/hls] Respect the 'prefer_ffmpeg' option 2015-01-04 13:41:49 +01:00
http.py [extractors] Use http_headers for setting the User-Agent and the Referer 2015-01-24 18:23:53 +01:00
mplayer.py Remove unused import 2015-01-04 02:05:35 +01:00
rtmp.py [downloader] Lay groundwork for external downloaders. 2015-01-24 01:38:48 +01:00