mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 20:15:24 +00:00

* Migrate to httpx * Revert "Migrate to httpx" This reverts commit fdd2823865824eca5e8cb8806dbddba4bcb37280. * Migrate httpx * minor fixes (#146) * Update headers * Update config * 1v. Add retry * v1 Finish Guardaserie * Need to fix client. * Remove retry * v2 Add comment guardaserie. * Add domain ... * Finish add ddl ... * Fix use of proxy. * Fix cookie error. * Update cookie. * Dynamic import. --------- Co-authored-by: Francesco Grazioso <40018163+FrancescoGrazioso@users.noreply.github.com>
6 lines
170 B
Python
6 lines
170 B
Python
# 02.04.24
|
|
|
|
from .decryptor import M3U8_Decryption
|
|
from .estimator import M3U8_Ts_Estimator
|
|
from .parser import M3U8_Parser, M3U8_Codec
|
|
from .url_fixer import M3U8_UrlFix |