# HLS Video crawler ###### tags: `Python` ## Get .m3u8 [cloudscraper](https://pypi.org/project/cloudscraper/) > A simple Python module to bypass Cloudflare's anti-bot page (also known as "I'm Under Attack Mode", or IUAM), implemented with Requests. ## Parser [m3u8](https://github.com/globocom/m3u8) ## Decrypt [Crypto.Cipher](https://pycryptodome.readthedocs.io/en/latest/src/cipher/cipher.html) ## Merge 就只是把所有 .ts檔接在一起而已。 ## Sample code https://github.com/mingpepe/sample-code/tree/main/hls_video_download