def get_video_url(plugin, item_id, f_name, season_f_name, **kwargs): video_url = 'https://hwdash.channel5.com/cenc/C5410800002/C5410800002B/20221019215439/C5410800002B-tt.mpd' headers = { 'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0', 'Referer': 'https://www.channel5.com/', 'Content-Type': '', } license_url = 'https://cassie.channel5.com/api/v2/licences/widevine/208/C5410800002?expiry=%s&tag=%s' % ('1673971876', '32343436353364336564326439623466356163376264353663363136306263316638323065373934') return resolver_proxy.get_stream_with_quality(plugin, video_url=video_url, manifest_type='mpd', headers=headers, license_url=license_url)