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

bosoprzezswiat hotfix - "jako" regex #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gallna
Copy link

@gallna gallna commented Apr 1, 2019

diff --git a/zips/plugin.video.bosoprzezswiat/main.py b/zips/plugin.video.bosoprzezswiat/main.py
index 814b84e..4eecaab 100644
--- a/zips/plugin.video.bosoprzezswiat/main.py
+++ b/zips/plugin.video.bosoprzezswiat/main.py
@@ -1,5 +1,5 @@
	html=getUrlReq(link_url)
-	jako=re.findall('source type=".+?mp4.+src="(.+?)".+width="(\d+)".+height="(\d+)"',html)
+	jako=re.findall('source type=".+?mp4.+src="(.+?)".+width[^\d]*(\d+)+.*height[^\d]*(\d+)+',html)
	for href,szer,wys in jako:
	  film = {'href' : PLchar(href),'host' : szer+'x'+wys,}
	  out.append(film)

@gallna
Copy link
Author

gallna commented Apr 3, 2019

Ignore this, since it's already sorted,

@xxcriticxx
Copy link

@mbebe mozesz zamknac ten PR?

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

Successfully merging this pull request may close these issues.

2 participants