I put the address in the bar and it auto logs me in to the site.
I add the cookies from my browser (just the request cookies) in the format
name1=value1; name2=value2; name3=value3
And for the user agent i just copy pasted the user agent field in the request.
Somehow this doesn't work. Bazarr cannot find subtitles from tv shows that were downloaded from those sites, even though the sites do have subtitles for them
Has anyone else tried this and gotten it to work?
Specific questions:
Some of the cookie values contain and equals sign "=" which is sometimes read out as "%0d" and other times as just an equals sign, depending on the browser and settings. Is either one ok to use?
The order of the cookies is different depending on the browser, so I guess it doesn't matter?
I am trying to think of what I could be doing wrong here, seems like it should work unless this feature is just broken