kingheat / anarchintosh-projects

Automatically exported from code.google.com/p/anarchintosh-projects
0 stars 0 forks source link

VidHog videos don't work #160

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to play any VideoHog link on IceFilms
2. Notice video does not play
3.

What is the expected output? What do you see instead?
Video should play when selecting VideoHog

What version of the product are you using? On what operating system?
Icefilms 1.1.4
XMBC Eden Release

Please provide any additional information below.

--- default.py  2012-03-29 00:55:19.862089386 -0700
+++ default.py.patched  2012-03-29 00:53:50.450089478 -0700
@@ -645,7 +645,7 @@

             dialog.close()

-            link = re.search('<a href="(.+?)">Click Here to download this 
file</a>', html).group(1)
+            link = re.search('<a href="(http.+?)">Click Here to download this 
file</a>', html).group(1)
             return link
         else:
             return None

Original issue reported on code.google.com by yul...@gmail.com on 29 Mar 2012 at 7:58

Attachments: