Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

France catalog #8

Open
gremlins43 opened this issue Jan 2, 2017 · 6 comments
Open

France catalog #8

gremlins43 opened this issue Jan 2, 2017 · 6 comments

Comments

@gremlins43
Copy link

Hello,
Amazon Prime Video is now available in France but the plugin only allows US/UK/DE, any chance to add the France catalog?
Thanks!

@Aephir
Copy link

Aephir commented Feb 15, 2017

Hi there,
Thanks for all the work. I have a similar request, support for Amazon Prime for Denmark.
Cheers!

@gecastan
Copy link

gecastan commented Apr 2, 2017

Hello,
Same thing here.
Any way we could help to contribute to implement new languages?
Keep up the good work.

@DoughMucker
Copy link

I tried looking up the marketplaceID, URL, and other IDs/codes for Canada and modifying default.py (and resource/settings.xml), but I couldn't get it to work properly. I could only get the TV and Movies list, but nothing further if I selected on of those.

So I'm humbly requesting the addition of CA to the list. Failing that, could someone point me to where Amazon hides all codes/IDs and I'd be happy to submit a PR for Canada.

@liberty-developer
Copy link
Owner

apiMain = ["atv-ps", "atv-ps-eu", "atv-ps-eu", "atv-ps"][int(siteVersion)]
marketplaceId=["ATVPDKIKX0DER", "A1F83G8C2ARO7P", "A1PA6795UKMFR9", "A1VC38T7YXB528"][int(siteVersion)]
siteVersionsList = ["com", "co.uk", "de", "jp"]

^^ must be extended for FR. Values can be found when pressing F12 in Chrome browser and analyzing the source code / net traffic

@scintik
Copy link

scintik commented Feb 18, 2018

Also for Italy...
If I can help you, tell me how.
For marketpaceid, i found this code in js page:
ue_mid='A3K6Y4MI8GDYMT'
that is frequently repeated: I hope is correct.
Fot 'atv' I have fund many item, but after atv_ the letters they are never the same.
Here some definition of var in js at beginnig of page:

var ue_url='/uedata/unsticky/259-2856297-7158212/NoPageType/ntpoffrw',
ue_sid='259-2856297-7158212',
ue_mid='A3K6Y4MI8GDYMT',
ue_sn='www.primevideo.com',
ue_furl='fls-eu.amazon.fr',
ue_surl='//unagi-eu.amazon.com/1/events/com.amazon.csm.nexusclient.prod',
ue_navtiming=1,
ue_fcsn=1,
ue_isrw=true,
ue_fpf='//fls-eu.amazon.fr/1/batch/1/OP/A3K6Y4MI8GDYMT:259-2856297-7158212:VREGEPMJNRP6MF0M915S$uedata=s:',
ue_qsl=7000,
ue_rpl_ns=0,
ue_orct=1,
ue_int=0,
ue_adb=1,
ue_adb_rtla=0,
ue_cel_viz=0,
ue_cel_hrt=-1,
ue_retry=0,
ue_clf=0;

Thank You liberty-developer for great job and for any help.

@liberty-developer
Copy link
Owner

Just play around with the vlues you have.

a1eaa75

Is an example what have to be done (example jp)

  • Add a new country into settings.xml (this is the next site-version)
  • Add your api main / marketplace id at the end of the lists noted above.
  • Look what happens.

I have neither IT nor FR account, so its hard for me to play around with that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants