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

On Filmxy #280

Closed
Belfagor2005 opened this issue Dec 19, 2022 · 7 comments
Closed

On Filmxy #280

Belfagor2005 opened this issue Dec 19, 2022 · 7 comments

Comments

@Belfagor2005
Copy link

Belfagor2005 commented Dec 19, 2022

Regards Master

is it possible that the regex doesn't work on some Italian movies.? (I tried on those)

https://www.linkbin.me/1rghb2/

url = re.search(r'id="uniqueExpirylink"\s*href="([^"]+)', html)

I've looked around for a regex that maybe works, but I haven't been able to test it at the moment
eg :
# if (btn := soup.find(class_="btn btn-dow")): return btn["href"]
# if (unique := soup.find(id="uniqueExpirylink")): return unique["href"]

@doko-desuka
Copy link

Hi, both racaty links were taken down, that's why they don't work.

temp

@Belfagor2005
Copy link
Author

Belfagor2005 commented Dec 20, 2022

i tried.. here no work :(

https://racaty.io/umunlfzs4p99

link share from filmxy.
https://www.filmxy.pw/country/italy/

only one work..

@Gujal00
Copy link
Owner

Gujal00 commented Dec 20, 2022

@Belfagor2005
Works fine, dont know what version you are using.

SMR Link Tester: Playing Link: |https://racaty.io/umunlfzs4p99|
SMR Link Tester: Link Supported: |https://racaty.io/umunlfzs4p99| Resolvers: Racaty
SMR Link Tester: Link Resolved: |https://racaty.io/umunlfzs4p99|https://srv11.racaty.io:183/d/r4fkxdcx6xjz7x5ib6lypyco2wusr6wfnidxpehc5zjoyzknq62x7vznmvxjyl4q6wpkf3p3/Diabolik%20(2021)%20%5B720p%5D%20BluRay%20%5BITALIAN%5D%20%5Bfilmxy.vip%5D.mp4|Origin=https%3A%2F%2Fracaty.io&Referer=https%3A%2F%2Fracaty.io%2F&User-Agent=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%3B+rv%3A68.0%29+Gecko%2F20100101+Firefox%2F68.0&verifypeer=false|

@Belfagor2005
Copy link
Author

well this version
https://github.com/Belfagor2005/filmxy/blob/main/usr/lib/enigma2/python/Plugins/Extensions/filmxy/resolver/racaty.py

@Gujal00
Copy link
Owner

Gujal00 commented Dec 22, 2022

Sorry, I have no idea how it works on Enigma. As it is not related to Kodi+ResolveURL I cant be of any help

@Gujal00 Gujal00 closed this as completed Jan 19, 2023
@Belfagor2005
Copy link
Author

this is my solution and work on E2

url = url[:url.rfind("|")]

@Gujal00
Copy link
Owner

Gujal00 commented Jan 25, 2023

basically you are stripping the headers used by kodi ffmpeg, as I said before I dont know about enigma and if that works for you then well and good.

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

3 participants