Federico

Results 3 comments of Federico

Does it make a difference if you try what I mentioned in https://github.com/Guake/guake/issues/1844#issuecomment-822839949 ?

> Changing line 176 in resources/lib/services/nfsession/session/http_requests.py from > > ``` > 'original_path': f'/shakti/{G.LOCAL_DB.get_value("build_identifier", "", TABLE_SESSION)}/pathEvaluator' > ``` > > to > > ``` > 'original_path': f'/nq/website/memberapi/{G.LOCAL_DB.get_value("build_identifier", "", TABLE_SESSION)}/pathEvaluator' > ```...

Just confirming that the suggested change to https://github.com/pytube/pytube/blob/a32fff39058a6f7e5e59ecd06a7467b71197ce35/pytube/contrib/playlist.py#L250-L255 does fix the issue.