Currently the n-Parameter deobfuscation is not working (we get an empty string for ``n``). We should check if this is still required and if so try to fix it. Reference code (check if it works before porting) * from yt-dlp: https://github.com/ytdl-org/youtube-dl/blob/a084c80f7bac9ae343075a97cc0fb2c1c96ade89/youtube_dl/extractor/youtube.py#L1878-L2011 * from invidious: https://github.com/iv-org/inv_sig_helper/blob/master/src/player.rs
Currently the n-Parameter deobfuscation is not working (we get an empty string for
n).We should check if this is still required and if so try to fix it.
Reference code (check if it works before porting)