
Most streaming platforms serve video via HLS (M3U8) playlists. You can download the episode directly using the stream URL found in your browser's "Network" tab: How To Download Video With FFMPEG
ffmpeg -i "El Presidente S02E05.mp4" -c:v libx264 -crf 18 -c:a aac output.mp4 el presidente s02e05 ffmpeg