kevinrvaz / m3u8-dl

A CLI program to download a video played using a m3u8 playlist. Download it here - https://pypi.org/project/m3u8dl/0.5.2/
MIT License
72 stars 20 forks source link

Integrating httpx library for http/2.0 request support, due to no maintanence on hyper library for a few years #9

Closed kevinrvaz closed 3 years ago

kevinrvaz commented 4 years ago

Description Due to the hyper library not being maintained for the past few years, some http/2.0 requests throw errors on issues that are yet to be fixed in hyper library.

Solution Integrate an actively maintained library like httpx to support http/2.0 requests, and deprecate hyper library usage.

Describe alternatives you've considered Alternatives for making http/2.0 requests so far is the requests3 library, but it hasn't been released so far.