Merge branch '0.1.3'
This commit is contained in:
commit
2aa3a2ce05
1 changed files with 2 additions and 5 deletions
|
@ -470,17 +470,14 @@ class Downloader implements LoggerAwareInterface
|
|||
*
|
||||
* @return ResponseInterface
|
||||
* @throws AlltubeLibraryException
|
||||
* @link https://github.com/guzzle/guzzle/issues/2640
|
||||
*/
|
||||
public function getHttpResponse(Video $video, array $headers = []): ResponseInterface
|
||||
{
|
||||
// IDN conversion breaks with Google hosts like https://r3---sn-25glene6.googlevideo.com/.
|
||||
$client = new Client(['idn_conversion' => false]);
|
||||
$urls = $video->getUrl();
|
||||
$client = new Client();
|
||||
|
||||
return $client->request(
|
||||
'GET',
|
||||
$urls[0],
|
||||
$video->url,
|
||||
[
|
||||
'stream' => true,
|
||||
'headers' => array_merge((array)$video->http_headers, $headers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue